UNPKG

incogniton

Version:

TypeScript-supported JS client library for the Incogniton API, featuring browser automation capabilities

7 lines 255 B
/** * Creates a promise that resolves after the specified delay * @param ms Time to wait in milliseconds * @returns Promise that resolves after the delay */ export default function delay(ms?: number): Promise<void>; //# sourceMappingURL=delay.d.ts.map