From a2a9bed72b4e7a7e8944608645323a5067d4c70e Mon Sep 17 00:00:00 2001 From: zouhang <1102639563@qq.com> Date: Tue, 18 Jun 2024 22:34:05 +0800 Subject: [PATCH] chore: add export PortDuplexStream --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 8759635..671fead 100644 --- a/src/index.ts +++ b/src/index.ts @@ -89,3 +89,5 @@ export default class PortDuplexStream extends Duplex { this._log = log; } } + +export { PortDuplexStream };