typedserver/ts_web_serviceworker_client/plugins.ts
2024-05-25 01:28:56 +02:00

22 lines
469 B
TypeScript

// @apiglobal scope
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
export { typedrequestInterfaces };
// designestate
import * as deesComms from '@design.estate/dees-comms';
export {
deesComms
};
// @pushrocks scope
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
import * as webstore from '@push.rocks/webstore';
export {
smartdelay,
smartpromise,
webstore
};