UNPKG

@dotsoftware/vue-google-maps-community-fork

Version:

Google Maps components for VueJS 3 maintained by the community

6 lines (5 loc) 126 B
export class Str { static capitalizeFirstLetter(string) { return string.charAt(0).toUpperCase() + string.slice(1) } }