UNPKG

kubricate

Version:

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

4 lines 140 B
export declare class ExecaExecutor { run(command: string, args: string[]): Promise<void>; } //# sourceMappingURL=execa-executor.d.ts.map