UNPKG

@mindconnect/mindconnect-nodejs

Version:

MindConnect Library for NodeJS (community based)

4 lines (3 loc) 199 B
export declare const mochaAsync: (fn: any) => (done: any) => void; export declare const sleep: (ms: any) => Promise<unknown>; export declare const errorHelper: (fn: Function) => Promise<boolean>;