Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function varnumBytes
import { varnumBytes } from "https://deno.land/std@0.186.0/encoding/binary.ts";

Encodes x into a new Uint8Array.

o.dataType defaults to "int32"

Parameters

x: number
optional
o: VarnumOptions = [UNSUPPORTED]

Returns

Uint8Array