Skip to content

Interface InputStream<T>

Source: stream.ts

Type Parameters

T

T = string

Methods

read()

read(): Promise<Result<T | null, StreamError>>

Returns

Promise<Result<T | null, StreamError>>

Built by Prozilla