UNPKG

subflow

Version:

Safety your data flow in TypeScript with flow-based primitives.

8 lines (7 loc) 229 B
import { FlowErrorParams } from '../types'; export declare class ErrorManager { private static errors; static add(error: FlowErrorParams<any>): void; static view(): FlowErrorParams<any>[]; static clear(): void; }