Files
smartjwt/ts/smartjwt.plugins.ts

18 lines
404 B
TypeScript
Raw Permalink Normal View History

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