memlnaut-nisps/playground/js/eoc/index.js

8 lines
271 B
JavaScript
Raw Normal View History

// eoc/index.js — barrel re-export for the End-of-Chain effects system.
//
// Import from here to get the full EOC API:
// import { EOCModule, EOCChain } from './eoc/index.js';
export { EOCModule } from './eoc-module.js';
export { EOCChain } from './eoc-chain.js';