dees-comms/ts/dees-comms.plugins.ts

13 lines
411 B
TypeScript
Raw Normal View History

2020-10-06 15:56:00 +00:00
// pushrocks scope
2022-03-29 08:01:50 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2020-10-06 15:56:00 +00:00
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
import * as typedrequest from '@apiglobal/typedrequest';
2022-03-29 08:01:50 +00:00
export { smartdelay, typedrequestInterfaces, typedrequest };
2022-01-28 16:40:12 +00:00
// third party scope
import { BroadcastChannel as BroadCastChannelPolyfill } from 'broadcast-channel';
export {
BroadCastChannelPolyfill
}