UNPKG

js-awe

Version:

Awesome js utils including - plan: An Asynchronous control flow with a functional taste - Chrono: record and visualize timelines in the console

9 lines 222 B
export class Compile { constructor(plan: any); nodes: any[]; relations: any; toPlantUML(): string; } export const start: unique symbol; export const end: unique symbol; //# sourceMappingURL=planExt.d.ts.map