UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 242 B
/** * Test a string for all lower case characters * * @param input string to test * @return true, if all characters in the string are lower case */ export declare function isLowerCase(input: string): boolean; export default isLowerCase;