Interface StringifyOptions

interface StringifyOptions {
    EOL?: string;
    finalEOL?: boolean;
    replacer?: ((key, value) => any);
    spaces?: string | number;
}

Properties

EOL?: string
finalEOL?: boolean
replacer?: ((key, value) => any)

Type declaration

    • (key, value): any
    • Parameters

      • key: string
      • value: any

      Returns any

spaces?: string | number

Generated using TypeDoc