UNPKG

is-lower-case

Version:
5 lines (4 loc) 163 B
/** * Returns a boolean indicating whether the string is lower case. */ export declare function isLowerCase(input: string, locale?: string | string[]): boolean;