José Quiñones Flores 4564da0130 Added Laravel project and removed sensitive data | пре 4 година | |
---|---|---|
.. | ||
LICENSE | пре 4 година | |
README.md | пре 4 година | |
is-upper-case.d.ts | пре 4 година | |
is-upper-case.js | пре 4 година | |
package.json | пре 4 година |
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