Skip to content

Commit

Permalink
Add missing import (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
blazingzephyr committed Mar 10, 2023
1 parent babed9c commit 0d2f4f1
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,5 +1,6 @@
/// <reference types="node" />

import type { MessagePort } from 'worker_threads'
import {
EventTarget,
Event,
Expand Down

0 comments on commit 0d2f4f1

Please sign in to comment.