This website works better with JavaScript.
Home
Explore
Help
Sign In
CDCC
/
OLAS
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
31
Commits
14
Branches
Branch:
merge-oniel-g-c
OLAS
/
node_modules
/
is-lower-case
/
is-lower-case.d.ts
is-lower-case.d.ts
95B
Permalink
History
Raw
1
2
3
declare
function
isLowerCase
(
value:
string
, locale?:
string
):
boolean
;
export
= isLowerCase;