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

(will be removed after 0.205.0) Use WritableStream and DataView instead.

Encodes and writes x to w. Resolves to the number of bytes written.

o.dataType defaults to "int32".

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

Parameters

x: number
optional
o: VarnumOptions = [UNSUPPORTED]

Returns

Promise<number>