UNPKG

@fawmi/vue-google-maps

Version:

Google Map components for Vue.js 3

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