lib/index.js
import Functions from './functions';
import {executeInSyncOrAsync, executeAsync} from './helpers';
export {
Functions as default,
executeInSyncOrAsync,
executeAsync
}
import Functions from './functions';
import {executeInSyncOrAsync, executeAsync} from './helpers';
export {
Functions as default,
executeInSyncOrAsync,
executeAsync
}