Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function sizeof
import { sizeof } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/encoding/binary.ts";

Returns the number of bytes required to store the given data-type.

Parameters

dataType: RawTypes

Returns

number