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

13 lines
414 B
TypeScript
Raw Normal View History

2020-10-06 15:56:00 +00:00
// pushrocks scope
2023-08-07 23:06:23 +00:00
import * as smartdelay from '@push.rocks/smartdelay';
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
import * as typedrequest from '@api.global/typedrequest';
2020-10-06 15:56:00 +00:00
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
}