smartjwt/ts/smartjwt.plugins.ts
2019-10-01 18:04:43 +02:00

13 lines
196 B
TypeScript

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