UNPKG

@fbltd/async

Version:

Miscellaneous async utils

4 lines (3 loc) 186 B
import { DependencyStream } from "../dependency.stream.ts"; import { Dependency } from "../dependency.ts"; export declare function getStream<T>(dep: Dependency<T>): DependencyStream<T>;