José Quiñones Flores 4564da0130 Added Laravel project and removed sensitive data | 4 years ago | |
---|---|---|
.. | ||
LICENSE | 4 years ago | |
README.md | 4 years ago | |
is-upper-case.d.ts | 4 years ago | |
is-upper-case.js | 4 years ago | |
package.json | 4 years ago |
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