fix(core): update

This commit is contained in:
2023-07-21 03:53:41 +02:00
parent 9cfc41ace8
commit c8556355c0
19 changed files with 1446 additions and 1059 deletions
+3 -3
View File
@@ -2,12 +2,12 @@
import type * as http from 'http';
import type * as https from 'https';
export { http, https };
export type { http, https };
// pushrocks scope
import type * as smartexpress from '@pushrocks/smartexpress';
import type * as typedserver from '@apiglobal/typedserver';
export { smartexpress };
export type { typedserver };
// third party scope
import type { Socket as ServerSocket, Server as ServerServer } from 'socket.io';