UNPKG

kubricate

Version:

A TypeScript framework for building reusable, type-safe Kubernetes infrastructure — without the YAML mess.

3 lines 167 B
import type { KubricateConfig } from './types.js'; export declare function defineConfig(config: KubricateConfig): KubricateConfig; //# sourceMappingURL=config.d.ts.map