Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function putVarbig
import { putVarbig } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/encoding/binary.ts";

Encode an integer x into b, and return the number of bytes used. Data-type defaults to int64. Returns 0 if b is too short for the data-type given in o.

Parameters

b: Uint8Array
x: bigint
optional
o: VarbigOptions = [UNSUPPORTED]

Returns

number