Interface: StringifyOptions

June 6, 2026 ยท View on GitHub

CTRF


CTRF / StringifyOptions

Interface: StringifyOptions

Defined in: types.ts:498

Options for stringifying to JSON

Properties

pretty?

optional pretty?: boolean

Defined in: types.ts:500

Pretty print with indentation


indent?

optional indent?: number

Defined in: types.ts:502

Number of spaces for indentation (default: 2)

Contents

  1. 1Properties
  2. 1.1pretty?
  3. 1.2indent?