Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/io/mod.ts>StringReader

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

Reader utility for strings

Constructors

new
StringReader(s: string)