EventEmitter is not type fix

This commit is contained in:
Md Adil 2020-07-07 21:27:21 +05:30
parent 4f530c6847
commit 8536d24421

2
index.d.ts vendored
View File

@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/// <reference types="node" />
import { Server } from "net";
import EventEmitter from "events";
import { EventEmitter } from "events";
import WebSocketLib from "ws";
import Express from "express";