typedserver/ts_web_serviceworker_client/plugins.ts

22 lines
469 B
TypeScript
Raw Normal View History

2024-05-11 10:51:20 +00:00
// @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
};