José Quiñones Flores 4564da0130 Added Laravel project and removed sensitive data | 4 years ago | |
---|---|---|
.. | ||
LICENSE | 4 years ago | |
README.md | 4 years ago | |
is-lower-case.d.ts | 4 years ago | |
is-lower-case.js | 4 years ago | |
package.json | 4 years ago |
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