|
|
hace 2 años | |
|---|---|---|
| .. | ||
| LICENSE | hace 2 años | |
| README.md | hace 2 años | |
| is-lower-case.d.ts | hace 2 años | |
| is-lower-case.js | hace 2 años | |
| package.json | hace 2 años | |
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