lhl 6ff0e96ad3 8-4-1 | пре 1 година | |
---|---|---|
.. | ||
LICENSE | пре 1 година | |
README.md | пре 1 година | |
is-lower-case.d.ts | пре 1 година | |
is-lower-case.js | пре 1 година | |
package.json | пре 1 година |
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