fix(core): update

This commit is contained in:
2020-09-29 18:58:09 +00:00
parent 72196ec383
commit 1086065000
5 changed files with 18 additions and 21 deletions

View File

@@ -2,19 +2,15 @@
import type http from 'http';
import type https from 'https';
export {
http,
https
};
export { http, https };
// pushrocks scope
import type * as smartexpress from '@pushrocks/smartexpress';
export {
smartexpress
};
export { smartexpress };
// third party scope
import type socketIo from 'socket.io';
import type socketIoClient from 'socket.io-client';
export { socketIo };
export { socketIo, socketIoClient };