UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

14 lines 560 B
import { type FwRef_Exports_Brand } from "@k8ts/instruments"; import Emittery from "emittery"; import { AssemblerEventsTable, AssemblerOptions, ProgressOptions } from "./exporter"; export interface RunnerOptions extends AssemblerOptions { cwd?: string; printOptions?: boolean; progress: ProgressOptions; } export declare class Runner extends Emittery<AssemblerEventsTable> { private readonly _options; constructor(_options: RunnerOptions); run(input: Iterable<FwRef_Exports_Brand>): Promise<void>; } //# sourceMappingURL=runner.d.ts.map