UNPKG

app-walk

Version:

An intuitive guided walkthrough library with UI highlighting and voice narration for web apps.

3 lines (2 loc) 212 B
export declare function wait(ms: number): Promise<void>; export declare function promisify<T extends any[], R>(fn: (...args: [...T, (err: Error | null, result?: R) => void]) => void): (...args: T) => Promise<R>;