dees-comms/ts/dees-comms.plugins.ts
2023-08-08 01:06:23 +02:00

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
}