proper ref to namespaced package
All checks were successful
Pull request change / publish (pull_request) Successful in 11s

This commit is contained in:
2025-11-07 14:09:12 -07:00
parent 7e53db5785
commit c513a54717
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { Stream } from "stream";
import { Stream } from "@brycethorup/stream";
export class Interactor {
#actions = new Stream();