UNPKG

@awarns/tracing

Version:

AwarNS Framework package that eases the tracing and debugging of complex task execution workflows

5 lines (4 loc) 193 B
import { TracesStore as TS } from './store'; import { SyncedTracesStore } from './syncronizer'; export declare type TracesStore = TS; export declare const syncedTracesStore: SyncedTracesStore;