fix(core): initial

This commit is contained in:
2020-02-07 20:00:01 +00:00
parent 029daf272f
commit 9abd746384
9 changed files with 136 additions and 33 deletions

View File

@@ -8,3 +8,10 @@ export {
smartproxy,
smartnetwork
}
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};