UNPKG

text-is-lower-case

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