UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

9 lines 273 B
import { AssemblyStage } from "./assembler"; export declare class Stage { private stage; text: string; constructor(stage: AssemblyStage); private get _emoji(); } export declare function stage(stage: AssemblyStage): Stage; //# sourceMappingURL=stage.d.ts.map