UNPKG

kui-shell

Version:

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

7 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isCapturable(elt) { return Object.prototype.hasOwnProperty.call(elt, 'capture'); } exports.isCapturable = isCapturable; //# sourceMappingURL=capturable.js.map