Interface StringifyOptions

Options for stringify.

interface StringifyOptions {
    keyAlignment?: boolean;
}

Properties

Properties

keyAlignment?: boolean

Define if the keys should be aligned or not.

{false}