UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

13 lines 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); let primaryProvider; function registerEditor(provider) { primaryProvider = provider; } exports.registerEditor = registerEditor; exports.default = registerEditor; function tryOpenWithEditor(tab, spec, options) { return primaryProvider.tryOpen(tab, spec, options); } exports.tryOpenWithEditor = tryOpenWithEditor; //# sourceMappingURL=editors.js.map