Skip to main content
Module

x/bytebuf/bytebuf.ts>StringResult

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

A string result.

Properties

readonly
byteLength: number

The byte length.

readonly
value: string

The value.