UNPKG

kepler.gl

Version:

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

5 lines (4 loc) 115 B
/** * Capitalize first letter of a string */ export declare function capitalizeFirstLetter(str: string): string;