proper stream import
All checks were successful
Pull request change / publish (pull_request) Successful in 10s

This commit is contained in:
2025-11-06 15:00:33 -07:00
parent bf31d5371e
commit 7ef7c44cf7

View File

@@ -1,4 +1,4 @@
import { Stream } from './stream.js';
import { Stream } from 'stream';
export class Interactor {
_actions = new Stream();