fix(core): update
This commit is contained in:
@@ -6,3 +6,10 @@ export { smartcrypto };
|
||||
// thirdparty scope
|
||||
import jsonwebtoken from 'jsonwebtoken';
|
||||
export { jsonwebtoken };
|
||||
|
||||
// @tsclass scope
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
export {
|
||||
tsclass
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user