Options to be passed in the call to saving functions

interface SaveOptions {
    format?: boolean;
}

Properties

Properties

format?: boolean

To enable format on the output: separate line for tags, indentation etc.

true