Skip to main content
Go to Latest
interface VarbigOptions
Deprecated
Deprecated

(will be removed after 0.205.0) Options for working with the bigint type.

import { type VarbigOptions } from "https://deno.land/std@0.202.0/encoding/binary.ts";

Properties

optional
dataType: RawBigType

The binary format used.

optional
endian: Endianness

The binary encoding order used.