|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| LICENSE | há 2 anos atrás | |
| README.md | há 2 anos atrás | |
| is-upper-case.d.ts | há 2 anos atrás | |
| is-upper-case.js | há 2 anos atrás | |
| package.json | há 2 anos atrás | |
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