UNPKG

@fbltd/async

Version:

Miscellaneous async utils

5 lines (4 loc) 133 B
import { DependencyStream } from "../dependency.stream.js"; export function getStream(dep) { return new DependencyStream(dep); }