fix(core): update

This commit is contained in:
2022-05-29 20:22:42 +02:00
parent 184bf11bd7
commit 609c3833b1
7 changed files with 837 additions and 444 deletions

View File

@@ -2,5 +2,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';
import * as webstore from '@pushrocks/webstore';
export { smartdelay, smartenv, smartjson, smartpromise };
export { smartdelay, smartenv, smartjson, smartpromise, webstore };