Skip to main content
Go to Latest
interface VarbigOptions
import { type VarbigOptions } from "https://deno.land/std@0.52.0/encoding/binary.ts";

Options for working with the bigint type.

Properties

optional
dataType: RawBigTypes

The binary format used.

optional
endian: Endianness

The binary encoding order used.