UNPKG

multitude

Version:

Comprehensive streams for push and pull

4 lines (3 loc) 224 B
import { Push } from "../../../definitions"; export declare function first<T>(strict: true): Push.Transformation<T, Promise<T>>; export declare function first<T>(strict?: boolean): Push.Transformation<T, Promise<T | void>>;