Module (definition object) public API.
.tag
$.use(...)
.impl
.logic()
.withLogic/withLayer(s)
Readonly
Optional
Module (definition object) public API.
.tagis the identity anchor (ModuleTag/Context.Tag), used by$.use(...)and Env injection..implis the assembly blueprint (ModuleImpl), consumed by React/Runtime entry points..logic()only produces the logic value;.withLogic/withLayer(s)changes the runnable shape (immutable: returns a new object).