Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function varbigBytes
Deprecated
Deprecated

(will be removed after 0.205.0) Use DataView instead.

Encodes x into a new Uint8Array.

o.dataType defaults to "int64"

import { varbigBytes } from "https://deno.land/std@0.201.0/encoding/binary.ts";

Parameters

x: bigint
optional
o: VarbigOptions = [UNSUPPORTED]

Returns

Uint8Array