init
All checks were successful
Pull request change / publish (pull_request) Successful in 11s

This commit is contained in:
2025-11-06 13:29:24 -07:00
parent 4065e17208
commit a60c0a0657
6 changed files with 48 additions and 1 deletions

2
index.js Normal file
View File

@@ -0,0 +1,2 @@
import { Interactor, Action, Reaction } from "./src/interactor.js";
export { Interactor, Action, Reaction };