cmy a6e36702ec 2023-3-1 há 2 anos atrás
..
LICENSE a6e36702ec 2023-3-1 há 2 anos atrás
README.md a6e36702ec 2023-3-1 há 2 anos atrás
is-lower-case.d.ts a6e36702ec 2023-3-1 há 2 anos atrás
is-lower-case.js a6e36702ec 2023-3-1 há 2 anos atrás
package.json a6e36702ec 2023-3-1 há 2 anos atrás

README.md

Is Lower Case

NPM version NPM downloads Build status Test coverage

Check if a string is lower case.

Installation

npm install is-lower-case --save

Usage

var isLowerCase = require('is-lower-case')

isLowerCase('string') //=> true
isLowerCase('String') //=> false
isLowerCase('STRING') //=> false

Typings

Includes a TypeScript definition.

License

MIT