mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) jonny v2.0.3
This commit is contained in:
parent
44dc379053
commit
cd1fe7db29
8 changed files with 11 additions and 13 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue