We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22824e commit 80e2331Copy full SHA for 80e2331
1 file changed
src/packages/AbstractClient.ts
@@ -1,4 +1,4 @@
1
-import EventEmitter from "events";
+import { EventEmitter } from "events";
2
import { DEFAULT_OPTIONS, DEFAULT_URL } from "../lib/constants";
3
import { DeepgramError } from "../lib/errors";
4
import { appendSearchParams, applyDefaults, convertLegacyOptions } from "../lib/helpers";
0 commit comments