smartjwt/ts/smartjwt.plugins.ts
2023-08-21 08:53:14 +02:00

9 lines
188 B
TypeScript

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