Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface VarbigOptions
import { type VarbigOptions } from "https://deno.land/std@0.64.0/encoding/binary.ts";

Options for working with the bigint type.

Properties

optional
dataType: RawBigType

The binary format used.

optional
endian: Endianness

The binary encoding order used.