Files
interactor/index.js
Bryce Thorup a60c0a0657
All checks were successful
Pull request change / publish (pull_request) Successful in 11s
init
2025-11-06 13:29:24 -07:00

3 lines
109 B
JavaScript

import { Interactor, Action, Reaction } from "./src/interactor.js";
export { Interactor, Action, Reaction };