Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function varnumBytes
Deprecated
Deprecated

(will be removed after 0.205.0) Use DataView instead.

Encodes x into a new Uint8Array.

o.dataType defaults to "int32"

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

Parameters

x: number
optional
o: VarnumOptions = [UNSUPPORTED]

Returns

Uint8Array