Skip to main content
Go to Latest
function writeVarbig
import { writeVarbig } from "https://deno.land/std@0.79.0/encoding/binary.ts";

Encodes and writes x to w. Resolves to the number of bytes written.

o.dataType defaults to "int64".

Parameters

x: bigint
optional
o: VarbigOptions = [UNSUPPORTED]

Returns

Promise<number>