Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface VarnumOptions
import { type VarnumOptions } from "https://deno.land/std@0.38.0/encoding/binary.ts";

Options for working with the number type.

Properties

optional
dataType: RawNumberTypes

The binary format used.

optional
endian: Endianness

The binary encoding order used.