Skip to main content
Go to Latest
interface VarnumOptions
import { type VarnumOptions } from "https://deno.land/std@0.80.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.