UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

13 lines (11 loc) 258 B
var lowerCase = require('lower-case') /** * Check if a string is lower case. * * @param {String} string * @param {String} [locale] * @return {Boolean} */ module.exports = function (string, locale) { return lowerCase(string, locale) === string }