UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

7 lines (6 loc) 266 B
/** * Utility function to create a promise that resolves after a specified number of milliseconds * @param ms number of milliseconds to wait * @returns Promise that resolves after the specified delay */ export declare const sleep: (ms: number) => Promise<void>;