project: Move to ESM Modules
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { EventEmitter } from 'events'
|
||||
import { URL } from 'url'
|
||||
import { SocketConfig } from '../../Types'
|
||||
import type { SocketConfig } from '../../Types'
|
||||
|
||||
export abstract class AbstractSocketClient extends EventEmitter {
|
||||
abstract get isOpen(): boolean
|
||||
|
||||
Reference in New Issue
Block a user