Member Junction
    Preparing search index...

    Options for SerializeResult.

    interface SerializeOptions {
        pretty?: boolean;
    }
    Index

    Properties

    Properties

    pretty?: boolean

    Pretty-print with 2-space indent. Defaults to false.

    The caller passes true only when a human is looking at the output — i.e. stdout is a TTY. A piped consumer gets one compact line instead: jq reads it identically, it appends cleanly to an NDJSON log, and it costs an agent meaningfully fewer tokens to carry in context.