smartjwt/ts/smartjwt.plugins.ts

17 lines
341 B
TypeScript
Raw Normal View History

2019-10-01 16:04:43 +00:00
// @pushrocks scope
2023-08-21 06:53:14 +00:00
import * as smartcrypto from '@push.rocks/smartcrypto';
import * as smartguard from '@push.rocks/smartguard';
2019-10-01 16:04:43 +00:00
export { smartcrypto, smartguard };
2019-10-01 16:04:43 +00:00
// thirdparty scope
2022-10-24 05:14:17 +00:00
import jsonwebtoken from 'jsonwebtoken';
2019-10-01 18:03:36 +00:00
export { jsonwebtoken };
2024-02-13 00:18:57 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};