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

Writes an integer x to w. Data-type defaults to int64.

Returns the number of bytes written.

Parameters

x: bigint
optional
o: VarbigOptions = [UNSUPPORTED]

Returns

Promise<number>