setDefaultRecipeGenerationApplier
setDefaultRecipeGenerationApplier(
applier):void
Defined in: packages/declarative-hex-worlds/src/scenario/recipe.ts:477
Set the process-wide default generation applier (the runtime tier wires koota).
Pass undefined to clear it back to the pure default — mainly for tests that
exercise the ./core-tier (unregistered) code path.
Parameters
Section titled “Parameters”applier
Section titled “applier”RecipeGenerationApplier | undefined
Returns
Section titled “Returns”void