UNPKG

@mindconnect/mindconnect-nodejs

Version:

NodeJS Library for Siemens Insights Hub Connectivity - TypeScript SDK for Insights Hub and Industrial IoT - Command Line Interface - Insights Hub Development Proxy (Siemens Insights Hub was formerly known as MindSphere)

11 lines (10 loc) 395 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>; /** * passkey for unit tests. if the environment variable is not set it is using the default passkey. * * @export * @returns {string} */ export declare function getPasskeyForUnitTest(): string;