UNPKG

@compwright/is-lower-case

Version:

Fork of is-lower-case with added locale support

4 lines (2 loc) 94 B
declare function isLowerCase (value: string, locale?: string): string; export = isLowerCase;