Interface: StringifyOptions
June 6, 2026 ยท View on GitHub
CTRF / StringifyOptions
Interface: StringifyOptions
Defined in: types.ts:498
Options for stringifying to JSON
Properties
pretty?
optionalpretty?:boolean
Defined in: types.ts:500
Pretty print with indentation
indent?
optionalindent?:number
Defined in: types.ts:502
Number of spaces for indentation (default: 2)