typedserver/ts_web/typedserver_web.plugins.ts

22 lines
522 B
TypeScript
Raw Normal View History

2023-03-29 12:54:07 +00:00
// @apiglobal scope
import * as typedrequest from '@apiglobal/typedrequest';
import * as typedsocket from '@apiglobal/typedsocket';
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,
};