fix(core): update

This commit is contained in:
2020-11-05 20:03:12 +00:00
parent bab9124ad9
commit 74fc97a220
5 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
// pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartpromise };
export { smartdelay, smartpromise };
// tsclass scope
import * as tsclass from '@tsclass/tsclass';