UNPKG

@kepler.gl/utils

Version:

kepler.gl constants used by kepler.gl components, actions and reducers

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