fix(core): update

This commit is contained in:
2020-10-09 10:05:26 +00:00
parent 1453abcd5f
commit 9855311739
4 changed files with 48 additions and 17 deletions

View File

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