UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

13 lines (11 loc) 223 B
var noCase = require('no-case') /** * Dot case a string. * * @param {string} value * @param {string} [locale] * @return {string} */ module.exports = function (value, locale) { return noCase(value, locale, '.') }