fix(core): update

This commit is contained in:
2020-11-04 18:01:04 +00:00
parent 49ca240237
commit 7a0d767e9d
14 changed files with 2112 additions and 1665 deletions

View File

@@ -1,3 +1,11 @@
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
};
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };