Skip to content
1 min read · 70 words

Variable: E_TOON_PEER_MISSING

ts
const E_TOON_PEER_MISSING: CreatedException<[string]>;

Defined in: src/batteries/artifacts/toon/exceptions.ts:22

Thrown when the TOON peer dependency cannot be loaded.

Remarks

The @toon-format/toon package is an optional peer. If it is not installed, methods requiring it throw this exception with installation instructions. The message template includes the package name, a description of its purpose, the underlying error, and the exact install command, so the consumer sees a complete, actionable message regardless of call site.