![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 9 years ago | 1.1K | |
![]() | README.md | 9 years ago | 1.1K | d7c1522 post receive test [كارل مبارك] |
![]() | is-upper-case.d.ts | 9 years ago | 94 | |
![]() | is-upper-case.js | 9 years ago | 258 | |
![]() | package.json | 2 years ago | 2.0K |
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