Skip to main content
Module

std/encoding/mod.ts>VarnumOptions

Deno standard library
Go to Latest
interface VarnumOptions
import { type VarnumOptions } from "https://deno.land/std@0.38.0/encoding/mod.ts";

Options for working with the number type.

Properties

optional
dataType: RawNumberTypes

The binary format used.

optional
endian: Endianness

The binary encoding order used.