fix(core): update

This commit is contained in:
2022-03-16 16:23:32 +01:00
parent dec635f57f
commit 06caeaf7c8
6 changed files with 4825 additions and 12538 deletions

View File

@@ -1,5 +1,6 @@
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartenv from '@pushrocks/smartenv';
import * as smartjson from '@pushrocks/smartjson';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartdelay, smartenv, smartjson };
export { smartdelay, smartenv, smartjson, smartpromise };