feature(package) jonny v2.0.3

This commit is contained in:
coderaiser 2018-02-20 17:20:06 +02:00
parent 44dc379053
commit cd1fe7db29
8 changed files with 11 additions and 13 deletions

View file

@ -1,13 +1,11 @@
'use strict';
const exec = require('execon');
const jonny = require('jonny');
const Scope = typeof window !== 'undefined' ? window : global;
module.exports.getStrBigFirst = getStrBigFirst;
module.exports.kebabToCamelCase = kebabToCamelCase;
module.exports.json = jonny;
module.exports.escapeRegExp = (str) => {
const isStr = typeof str === 'string';