Skip to content

Commit

Permalink
types(websocket): Import from stream/web
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Feb 2, 2025
1 parent 008187b commit 7359a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/websocket.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// <reference types="node" />

import type { Blob } from 'buffer'
import type { ReadableStream, WritableStream } from 'stream/web'
import type { MessagePort } from 'worker_threads'
import {
EventInit,
Expand Down

0 comments on commit 7359a82

Please sign in to comment.