Type Aliases

GraphCheckMode

Type Alias: GraphCheckMode

GraphCheckMode = "throw" | "warn" | "off"

Defined in: src/lib/injection-engine/skillGraph.ts:42

How .build({ check }) reacts to the graph check-up.

On this page