UNPKG

163 BTypeScriptView Raw
1/**
2 * Returns a boolean indicating whether the string is lower case.
3 */
4export declare function isLowerCase(input: string, locale?: string | string[]): boolean;