UNPKG

@fbltd/async

Version:

Miscellaneous async utils

4 lines (3 loc) 181 B
import { Dependency } from "../dependency.ts"; import { IDependencyStream } from "../contracts.ts"; export declare function onceStream<T>(dep: Dependency<T>): IDependencyStream<T>;