Module

std/io/mod.ts>StringReader

Deno standard library
Go to Latest
class StringReader
extends Buffer
import { StringReader } from "https://dotland.deno.dev/std@0.145.0/io/mod.ts";

Reader utility for strings

Constructors

new
StringReader(s: string)