Skip to main content
Module

std/encoding/binary.ts>sizeof

Deno standard library
Go to Latest
function sizeof
import { sizeof } from "https://deno.land/std@0.52.0/encoding/binary.ts";

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

Parameters

dataType: RawTypes

Returns

number