UNPKG

text-is-upper-case

Version:
5 lines (4 loc) 129 B
/** * Returns a boolean indicating whether text is upper case. */ export declare function isUpperCase(input: string): boolean;