Skip to content

Commit af12399

Browse files
blazingzephyrmetcoder95
authored andcommitted
Add missing import (nodejs#1997)
1 parent b2a6ccd commit af12399

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,5 +1,6 @@
11
/// <reference types="node" />
22

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

0 commit comments

Comments
 (0)