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