13 lines
414 B
TypeScript
13 lines
414 B
TypeScript
// 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
|
|
} |