13 lines
411 B
TypeScript
13 lines
411 B
TypeScript
// pushrocks scope
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
|
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
|
import * as typedrequest from '@apiglobal/typedrequest';
|
|
|
|
export { smartdelay, typedrequestInterfaces, typedrequest };
|
|
|
|
// third party scope
|
|
import { BroadcastChannel as BroadCastChannelPolyfill } from 'broadcast-channel';
|
|
|
|
export {
|
|
BroadCastChannelPolyfill
|
|
} |