lhl 6ff0e96ad3 8-4-1 | hace 1 año | |
---|---|---|
.. | ||
LICENSE | hace 1 año | |
README.md | hace 1 año | |
is-upper-case.d.ts | hace 1 año | |
is-upper-case.js | hace 1 año | |
package.json | hace 1 año |
Check if a string is upper case.
npm install is-upper-case --save
var isUpperCase = require('is-upper-case')
isUpperCase('STRING') //=> true
isUpperCase('String') //=> false
isUpperCase('string') //=> false
Includes a TypeScript definition.
MIT