// @apiglobal scope import * as typedrequest from '@api.global/typedrequest'; import * as typedsocket from '@api.global/typedsocket'; export { typedrequest, typedsocket, } // pushrocks scope import * as smartdelay from '@push.rocks/smartdelay'; import * as smartlog from '@push.rocks/smartlog'; import * as smartlogDestinationDevtools from '@push.rocks/smartlog-destination-devtools'; import * as webstore from '@push.rocks/webstore'; export { smartdelay, smartlog, smartlogDestinationDevtools, webstore, };