@logixjs/core
Preparing search index...
ModuleLogic
Type Alias ModuleLogic<Sh, R, E>
ModuleLogic
:
Logic.Of
<
Sh
,
R
,
unknown
,
E
>
|
LogicPlan
<
Sh
,
R
,
E
>
ModuleLogic: a logic program that runs on a specific class of Module.
Convention: Env is Logic.Env<Sh, R>.
The return value is treated as void; errors and dependencies are expressed via E/R.
Type Parameters
Sh
extends
AnyModuleShape
R
=
unknown
E
=
unknown
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...
ModuleLogic: a logic program that runs on a specific class of Module.