Interface: ToonDecodeOptions
Defined in: src/batteries/artifacts/toon/index.ts:68
TOON decode options.
Remarks
Passed to the @toon-format/toon decode function.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
indentSize? | number | The indent size used in the TOON encoding (default: 2). | src/batteries/artifacts/toon/index.ts:70 |
strict? | boolean | When true, reject non-standard TOON (default: true). | src/batteries/artifacts/toon/index.ts:72 |