Skip to main content
Module

x/proc/deps.ts>StringReader

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
class StringReader
extends Buffer
import { StringReader } from "https://deno.land/x/proc@0.19.9/deps.ts";

Reader utility for strings

Constructors

new
StringReader(s: string)