UNPKG

@thi.ng/rstream

Version:

Reactive streams & subscription primitives for constructing dataflow graphs / pipelines

10 lines 292 B
import type { CommonOpts } from "./api.js"; export declare const __nextID: () => number; /** * @param prefix - * @param opts - * * @internal */ export declare const __optsWithID: <T extends CommonOpts>(prefix: string, opts?: Partial<T>) => Partial<T>; //# sourceMappingURL=idgen.d.ts.map