fix: cloudcmd: exports

This commit is contained in:
coderiaser 2026-02-04 20:51:08 +02:00
parent 30f42e9495
commit 99d8435e9d

View file

@ -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 || {};