Skip to content

Commit

Permalink
Update TestPort.d.ts (#486)
Browse files Browse the repository at this point in the history
bug fix for #482 (comment)
  • Loading branch information
mchakroun authored Dec 1, 2022
1 parent 1f7ddec commit b4892e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestPort.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as EventEmitter from "events";
import {EventEmitter} from "events";
export class TestPort extends EventEmitter {
isOpen: () => boolean;
open: (callback: (...args: any[]) => any) => void;
Expand Down

0 comments on commit b4892e7

Please sign in to comment.