UNPKG

kui-shell

Version:

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

8 lines 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isDisabled(_config) { const config = _config; return config && config.enabled === false; } exports.isDisabled = isDisabled; //# sourceMappingURL=config.js.map