Trevixal API
    Preparing search index...

    The command bundle @trevixal/ui expects, so the UI package can offer JSON/XML formatting without importing this one:

    createEditorUI(editor, { container, codeFormatCommands: codeFormatUICommands() })
    
    interface CodeFormatUICommands {
        formatJSON: Command;
        formatXML: Command;
        minify: Command;
    }
    Index
    formatJSON: Command
    formatXML: Command
    minify: Command