UNPKG

@storm-software/k8s-tools

Version:

Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.

12 lines (10 loc) 184 B
// src/types.ts var AbstractHelmClient = class { initialized = false; async initialize() { throw new Error("Method not implemented."); } }; export { AbstractHelmClient };