smartjwt/ts/smartjwt.plugins.ts

13 lines
196 B
TypeScript
Raw Normal View History

2019-10-01 16:04:43 +00:00
// @pushrocks scope
import * as smartcrypto from '@pushrocks/smartcrypto';
export {
smartcrypto
};
// thirdparty scope
2019-02-23 12:46:36 +00:00
import * as jsonwebtoken from 'jsonwebtoken';
export {
jsonwebtoken
};