UNPKG

@awarns/tracing

Version:

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

4 lines (3 loc) 141 B
import { TracesStore as TS } from '../internal/stores'; export declare type TracesStore = TS; export declare const tracesStore: TracesStore;