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.65.0/encoding/binary.ts";

Number of bytes required to store dataType.

Parameters

dataType: DataType

Returns

number