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