Skip to main content
Module

x/bytebuf/bytebuf.ts>IntResult

A byte buffer for encoding and decoding binary data in JavaScript.
Latest
interface IntResult
import { type IntResult } from "https://deno.land/x/bytebuf@1.2.0/bytebuf.ts";

A number result.

Properties

readonly
byteLength: number

The byte length.

readonly
value: number

The value.