UNPKG

is-upper-case

Version:
5 lines (4 loc) 163 B
/** * Returns a boolean indicating whether the string is upper case. */ export declare function isUpperCase(input: string, locale?: string[] | string): boolean;