Skip to content
1 min read · 75 words

Interface: ToonDecodeOptions

Defined in: src/batteries/artifacts/toon/index.ts:68

TOON decode options.

Remarks

Passed to the @toon-format/toon decode function.

Properties

PropertyTypeDescriptionDefined in
indentSize?numberThe indent size used in the TOON encoding (default: 2).src/batteries/artifacts/toon/index.ts:70
strict?booleanWhen true, reject non-standard TOON (default: true).src/batteries/artifacts/toon/index.ts:72