Options to be passed in the call to saving functions

interface SaveOptions {
    format?: boolean;
}

Properties

Properties

format?: boolean

To enable formatting on the output, creating a separate line for each tag and indent the text accordingly.

true