UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

6 lines 251 B
/** * Creates a promise that when awaited will result in the provided time delay. * @param duration Duration of the needed delay in milliseconds. */ export declare function delay(duration: number): Promise<void>; //# sourceMappingURL=Utils.d.ts.map