Refactor types and imports for consistency

This commit is contained in:
ItzCrazyKns
2025-11-23 19:22:27 +05:30
parent d7dd17c069
commit 74bc08d189
3 changed files with 19 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
import { EventEmitter } from 'stream';
import { applyPatch } from 'rfc6902';
import { Block } from './types';
class SessionManager {
private static sessions = new Map<string, SessionManager>();