typedserver/ts_web/typedserver_web.plugins.ts

22 lines
524 B
TypeScript
Raw Permalink Normal View History

2023-03-29 12:54:07 +00:00
// @apiglobal scope
2023-08-06 15:45:30 +00:00
import * as typedrequest from '@api.global/typedrequest';
import * as typedsocket from '@api.global/typedsocket';
2023-03-29 12:54:07 +00:00
export {
typedrequest,
typedsocket,
}
// pushrocks scope
2023-08-03 18:50:18 +00:00
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartlogDestinationDevtools from '@push.rocks/smartlog-destination-devtools';
import * as webstore from '@push.rocks/webstore';
2023-03-29 12:54:07 +00:00
export {
smartdelay,
smartlog,
smartlogDestinationDevtools,
webstore,
};