Skip to main content
Module

std/encoding/mod.ts>VarbigOptions

Deno standard library
Go to Latest
interface VarbigOptions
import { type VarbigOptions } from "https://deno.land/std@0.37.0/encoding/mod.ts";

Options for working with the bigint type.

Properties

optional
dataType: RawBigTypes

The binary format used.

optional
endian: Endianness

The binary encoding order used.