UNPKG

135 BTypeScriptView Raw
1/**
2 * Returns a boolean indicating whether the string is upper case.
3 */
4export declare function isUpperCase(input: string): boolean;