mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-14 12:57:27 -08:00
74eb5fa045
- `example/proxy` is new folder for `example_proxy`. - `riven` is new folder for the main riven lib. - Updated metadata to be an array and include HTTP method. |
||
---|---|---|
.. | ||
is-lower-case.d.ts | ||
is-lower-case.js | ||
LICENSE | ||
package.json | ||
README.md |
Is Lower Case
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