Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function writeVarbig
import { writeVarbig } from "https://deno.land/std@0.38.0/encoding/binary.ts";

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

Returns the number of bytes written.

Parameters

w: Deno.Writer
x: bigint
optional
o: VarbigOptions = [UNSUPPORTED]

Returns

Promise<number>