smartjwt/ts/smartjwt.plugins.ts
2019-10-01 20:03:36 +02:00

9 lines
192 B
TypeScript

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