8 lines
271 B
JavaScript
8 lines
271 B
JavaScript
|
|
// 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';
|