UNPKG

@independo/leaflet-independo-maps

Version:

Leaflet plugin for displaying points of interest as pictograms.

6 lines (5 loc) 171 B
/** * @description Capitalizes the first letter of each word in a string * @param str The string to capitalize */ export declare function nameify(str: string): string;