fix(core): update

This commit is contained in:
2020-09-29 17:21:08 +00:00
parent a40a83f0bf
commit c6ad490a6f
11 changed files with 528 additions and 573 deletions

View 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 };