|
|
před 2 roky | |
|---|---|---|
| .. | ||
| LICENSE | před 2 roky | |
| README.md | před 2 roky | |
| is-upper-case.d.ts | před 2 roky | |
| is-upper-case.js | před 2 roky | |
| package.json | před 2 roky | |
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