Skip to content

Commit

Permalink
feat: Add named export of PortDuplexStream (#57)
Browse files Browse the repository at this point in the history
Adds a named export of `PortDuplexStream`, in addition to the
existing default export of the same.
  • Loading branch information
zouhangwithsweet authored Jun 18, 2024
1 parent a104916 commit a0c1161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ export default class PortDuplexStream extends Duplex {
this._log = log;
}
}

export { PortDuplexStream };

0 comments on commit a0c1161

Please sign in to comment.