Skip to content

Commit c2f61cb

Browse files
committed
types(websocket): import from stream/web
1 parent 008187b commit c2f61cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/websocket.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/// <reference types="node" />
22

33
import type { Blob } from 'buffer'
4+
import type { ReadableStream, WritableStream } from 'stream/web'
45
import type { MessagePort } from 'worker_threads'
56
import {
67
EventInit,

0 commit comments

Comments
 (0)