lhl 6ff0e96ad3 8-4-1 | há 1 ano atrás | |
---|---|---|
.. | ||
LICENSE | há 1 ano atrás | |
README.md | há 1 ano atrás | |
is-lower-case.d.ts | há 1 ano atrás | |
is-lower-case.js | há 1 ano atrás | |
package.json | há 1 ano atrás |
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