smartjwt/ts/smartjwt.plugins.ts
2024-02-13 01:18:57 +01:00

16 lines
275 B
TypeScript

// @pushrocks scope
import * as smartcrypto from '@push.rocks/smartcrypto';
export { smartcrypto };
// thirdparty scope
import jsonwebtoken from 'jsonwebtoken';
export { jsonwebtoken };
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};