Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class AbstractTextUnbufferedOutputHandler
extends AbstractOutputHandler<B, string>
Abstract
import { AbstractTextUnbufferedOutputHandler } from "https://deno.land/x/proc@0.21.7/legacy/runners/handlers/abstract-handlers.ts";

Methods

protected
transformReader(reader: MultiCloseReader): AsyncIterableIterator<string>