Skip to main content
Module

x/structurae/view-types.ts>PrimitiveView

Data structures for high-performance JavaScript applications.
Latest
interface PrimitiveView
implements DataView
import { type PrimitiveView } from "https://deno.land/x/structurae@4.0.1/view-types.ts";

Methods

get(): T

Returns the JavaScript value of the view.

set(value: T): void

Sets the JavaScript value of the view.

toJSON(): T

Returns the JavaScript value of the view.