Trevixal API
    Preparing search index...

    Interface CodeFormatCommands

    JSON/XML reformatting commands, from @trevixal/extension-format-code.

    interface CodeFormatCommands {
        formatJSON?: Command;
        formatXML?: Command;
        minify?: Command;
    }
    Index
    formatJSON?: Command
    formatXML?: Command
    minify?: Command