Files
portfolio2023/node_modules/upper-case-first/dist/index.d.ts
T
2023-11-24 22:35:41 +01:00

5 lines
125 B
TypeScript

/**
* Upper case the first character of an input string.
*/
export declare function upperCaseFirst(input: string): string;