UNPKG

@awarns/tracing

Version:

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

8 lines (7 loc) 361 B
import { Task } from '@awarns/core/tasks'; import { TracerConfig } from './tracer-config'; export * from './traceable-task'; export * from './tracer-config'; export declare function makeTraceable(tasksToTrace: Array<Task>, config?: TracerConfig): Array<Task>; export declare function trackEventTask(): Task; export declare function trackSensitiveEvent(): Task;