Skip to main content
Module

x/structurae/index.ts>StringView.from

Data structures for high-performance JavaScript applications.
Latest
method StringView.from
import { StringView } from "https://deno.land/x/structurae@4.0.1/index.ts";

Creates a StringView from a string or an array like object.

Parameters

value: string

the string to encode

Returns

StringView

the new view