smartjwt/ts/smartjwt.plugins.ts

9 lines
187 B
TypeScript

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