mirror of
https://github.com/LerianStudio/ring
synced 2026-05-03 21:48:22 +00:00
13 lines
193 B
TypeScript
13 lines
193 B
TypeScript
|
|
/**
|
||
|
|
* Ring Lifecycle Module
|
||
|
|
*
|
||
|
|
* Central export for lifecycle routing.
|
||
|
|
*/
|
||
|
|
|
||
|
|
export {
|
||
|
|
createLifecycleRouter,
|
||
|
|
EVENTS,
|
||
|
|
type LifecycleRouterDeps,
|
||
|
|
type OpenCodeEvent,
|
||
|
|
} from "./router.js"
|