fix(core): update

This commit is contained in:
2022-12-28 13:52:16 +01:00
parent da39d52975
commit 7bbcc91300
10 changed files with 35 additions and 46 deletions

View File

@@ -10,7 +10,7 @@ import type * as smartexpress from '@pushrocks/smartexpress';
export { smartexpress };
// third party scope
import type { Socket as ServerSocket, Server as ServerServer} from 'socket.io';
import type { Socket as ServerSocket, Server as ServerServer } from 'socket.io';
import type { Socket as ClientSocket, connect as ClientIo } from 'socket.io-client';
export namespace socketIo {