Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface VarnumOptions
import { type VarnumOptions } from "https://deno.land/std@0.76.0/encoding/binary.ts";

Options for working with the number type.

Properties

optional
dataType: RawNumberType

The binary format used.

optional
endian: Endianness

The binary encoding order used.