Skip to main content
Module

std/io/mod.ts>StringReader

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class StringReader
extends Buffer
import { StringReader } from "https://deno.land/std@0.153.0/io/mod.ts";

Reader utility for strings

Constructors

new
StringReader(s: string)