GT2/GT2-Android/node_modules/is-upper-case
Ren Ren Juan c5fd23b54f Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
..
LICENSE Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
README.md Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
is-upper-case.d.ts Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
is-upper-case.js Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
package.json Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00

README.md

Is Upper Case

NPM version NPM downloads Build status Test coverage

Check if a string is upper case.

Installation

npm install is-upper-case --save

Usage

var isUpperCase = require('is-upper-case')

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

Typings

Includes a TypeScript definition.

License

MIT