16 lines
275 B
TypeScript
16 lines
275 B
TypeScript
// @pushrocks scope
|
|
import * as smartcrypto from '@push.rocks/smartcrypto';
|
|
|
|
export { smartcrypto };
|
|
|
|
// thirdparty scope
|
|
import jsonwebtoken from 'jsonwebtoken';
|
|
export { jsonwebtoken };
|
|
|
|
// @tsclass scope
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
export {
|
|
tsclass
|
|
};
|