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