ts-lambda-api - v2.5.2
    Preparing search index...

    Type Alias StringifyContext

    type StringifyContext = {
        actualString?: boolean;
        allNullValues?: boolean;
        anchors: Set<string>;
        doc: Document;
        flowCollectionPadding: string;
        forceBlockIndent?: boolean;
        implicitKey?: boolean;
        indent: string;
        indentAtStart?: number;
        indentStep: string;
        inFlow: boolean | null;
        inStringifyKey?: boolean;
        options: Readonly<
            Required<Omit<ToStringOptions, "collectionStyle" | "indent">>,
        >;
        resolvedAliases?: Set<Alias>;
    }
    Index

    Properties

    actualString?: boolean
    allNullValues?: boolean
    anchors: Set<string>
    flowCollectionPadding: string
    forceBlockIndent?: boolean
    implicitKey?: boolean
    indent: string
    indentAtStart?: number
    indentStep: string
    inFlow: boolean | null
    inStringifyKey?: boolean
    options: Readonly<Required<Omit<ToStringOptions, "collectionStyle" | "indent">>>
    resolvedAliases?: Set<Alias>