jack e1a2621c78 update | пре 2 година | |
---|---|---|
.. | ||
LICENSE | пре 2 година | |
README.md | пре 2 година | |
is-lower-case.d.ts | пре 2 година | |
is-lower-case.js | пре 2 година | |
package.json | пре 2 година |
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