mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
fix: cloudcmd: exports
This commit is contained in:
parent
30f42e9495
commit
99d8435e9d
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import {fullstore} from 'fullstore';
|
|||
import currify from 'currify';
|
||||
import apart from 'apart';
|
||||
import ponse from 'ponse';
|
||||
import restafary from 'restafary';
|
||||
import {restafary} from 'restafary';
|
||||
import restbox from 'restbox';
|
||||
import konsole from 'console-io';
|
||||
import {edward} from 'edward';
|
||||
|
|
@ -46,6 +46,8 @@ const clean = (a) => a.filter(notEmpty);
|
|||
const isUndefined = (a) => typeof a === 'undefined';
|
||||
const isFn = (a) => typeof a === 'function';
|
||||
|
||||
export default cloudcmd;
|
||||
|
||||
export function cloudcmd(params) {
|
||||
const p = params || {};
|
||||
const options = p.config || {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue