forked from mirror/Riven
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
|
declare function upperCaseFirst (value: string, locale?: string): string;
|
||
|
|
||
|
export = upperCaseFirst;
|