|
|
il y a 2 ans | |
|---|---|---|
| .. | ||
| LICENSE | il y a 2 ans | |
| README.md | il y a 2 ans | |
| is-lower-case.d.ts | il y a 2 ans | |
| is-lower-case.js | il y a 2 ans | |
| package.json | il y a 2 ans | |
Check if a string is lower case.
npm install is-lower-case --save
var isLowerCase = require('is-lower-case')
isLowerCase('string') //=> true
isLowerCase('String') //=> false
isLowerCase('STRING') //=> false
Includes a TypeScript definition.
MIT