UNPKG

kepler.gl

Version:

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

5 lines (4 loc) 155 B
/** * Print the elapsed time to console.debug. */ export declare const logElapsedTime: (label: string, start: number, end?: number | undefined) => void;