![]() |
há 2 anos atrás | |
---|---|---|
.. | ||
LICENSE | há 2 anos atrás | |
README.md | há 2 anos atrás | |
is-lower-case.d.ts | há 2 anos atrás | |
is-lower-case.js | há 2 anos atrás | |
package.json | há 2 anos 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