Skip to content

Commit eceaf9a

Browse files
authoredApr 4, 2023
fix(types): Add missing Blob import (#2047)
This stops TypeScript from complaining: error TS2304: Cannot find name 'Blob'.
1 parent 5f3b8e1 commit eceaf9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎types/websocket.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="node" />
22

3+
import type { Blob } from 'buffer'
34
import type { MessagePort } from 'worker_threads'
45
import {
56
EventTarget,

0 commit comments

Comments
 (0)