fix(core): update
This commit is contained in:
20
ts/smartsocket.pluginstyped.ts
Normal file
20
ts/smartsocket.pluginstyped.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
// node native
|
||||
import type http from 'http';
|
||||
import type https from 'https';
|
||||
|
||||
export {
|
||||
http,
|
||||
https
|
||||
};
|
||||
|
||||
// pushrocks scope
|
||||
import type * as smartexpress from '@pushrocks/smartexpress';
|
||||
|
||||
export {
|
||||
smartexpress
|
||||
};
|
||||
|
||||
// third party scope
|
||||
import type socketIo from 'socket.io';
|
||||
|
||||
export { socketIo };
|
||||
Reference in New Issue
Block a user