summaryrefslogtreecommitdiff
path: root/deps/undici/src/types/websocket.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'deps/undici/src/types/websocket.d.ts')
-rw-r--r--deps/undici/src/types/websocket.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/undici/src/types/websocket.d.ts b/deps/undici/src/types/websocket.d.ts
index 25c46a14c3..dadd8013c1 100644
--- a/deps/undici/src/types/websocket.d.ts
+++ b/deps/undici/src/types/websocket.d.ts
@@ -1,5 +1,6 @@
/// <reference types="node" />
+import type { MessagePort } from 'worker_threads'
import {
EventTarget,
Event,