fix(core): update

This commit is contained in:
2021-11-07 19:18:01 +01:00
parent 9ba5447e72
commit b304b01ab6
4 changed files with 2748 additions and 1558 deletions

View File

@ -1 +1,2 @@
export * from './smartshell.classes.smartshell';
export { which } from './smartshell.plugins';

View File

@ -1,7 +1,7 @@
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartexit from '@pushrocks/smartexit';
import * as smartpromise from '@pushrocks/smartpromise';
import * as which from 'which';
import which from 'which';
export { smartdelay, smartexit, smartpromise, which };