sudovanilla-website/public/@shoelace-style/shoelace/cdn/internal/string.d.ts
2024-05-13 23:34:06 -04:00

2 lines
128 B
TypeScript

/** Converts the first letter of a string to uppercase */
export declare function uppercaseFirstLetter(string: string): string;