fix(core): update

This commit is contained in:
2024-02-13 01:18:57 +01:00
parent d124e5807c
commit 8825ca7c09
7 changed files with 1030 additions and 952 deletions

View File

@@ -6,3 +6,10 @@ export { smartcrypto };
// thirdparty scope
import jsonwebtoken from 'jsonwebtoken';
export { jsonwebtoken };
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};