UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

3 lines (2 loc) 128 B
/** Converts the first letter of a string to uppercase */ export declare function uppercaseFirstLetter(string: string): string;