We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3b8e1 commit eceaf9aCopy full SHA for eceaf9a
types/websocket.d.ts
@@ -1,5 +1,6 @@
1
/// <reference types="node" />
2
3
+import type { Blob } from 'buffer'
4
import type { MessagePort } from 'worker_threads'
5
import {
6
EventTarget,
0 commit comments