js-awe
Version:
Awesome js utils including - plan: An Asynchronous control flow with a functional taste - Chrono: record and visualize timelines in the console
6 lines • 379 B
TypeScript
export const pipeline: any;
export function mapStream(mapFunc: any): import("stream-transform").Transformer;
export function filterStream(filterFunc: any): import("stream-transform").Transformer;
export function filterMapStream(filterFunc: any, mapFunc: any): import("stream-transform").Transformer;
export const fsWriteFilePromise: any;
//# sourceMappingURL=streamUtils.d.ts.map