We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f42e9 commit 99d8435Copy full SHA for 99d8435
1 file changed
server/cloudcmd.js
@@ -6,7 +6,7 @@ import {fullstore} from 'fullstore';
6
import currify from 'currify';
7
import apart from 'apart';
8
import ponse from 'ponse';
9
-import restafary from 'restafary';
+import {restafary} from 'restafary';
10
import restbox from 'restbox';
11
import konsole from 'console-io';
12
import {edward} from 'edward';
@@ -46,6 +46,8 @@ const clean = (a) => a.filter(notEmpty);
46
const isUndefined = (a) => typeof a === 'undefined';
47
const isFn = (a) => typeof a === 'function';
48
49
+export default cloudcmd;
50
+
51
export function cloudcmd(params) {
52
const p = params || {};
53
const options = p.config || {};
0 commit comments