// pushrocks scope import * as smartdelay from '@push.rocks/smartdelay'; import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces'; import * as typedrequest from '@api.global/typedrequest'; export { smartdelay, typedrequestInterfaces, typedrequest }; // third party scope import { BroadcastChannel as BroadCastChannelPolyfill } from 'broadcast-channel'; export { BroadCastChannelPolyfill }