UNPKG

kui-shell

Version:

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

4 lines 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = () => typeof kuiSessionStorage !== 'undefined' ? kuiSessionStorage : window.sessionStorage; //# sourceMappingURL=sessionStore.js.map