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