UNPKG

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