// @pushrocks scope import * as smartcrypto from '@push.rocks/smartcrypto'; import * as smartguard from '@push.rocks/smartguard'; import * as smartjson from '@push.rocks/smartjson'; export { smartcrypto, smartguard, smartjson }; // thirdparty scope import jsonwebtoken from 'jsonwebtoken'; export { jsonwebtoken }; // @tsclass scope import * as tsclass from '@tsclass/tsclass'; export { tsclass };