UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

7 lines 209 B
export declare class Proverbs { private _proverbs; constructor(_proverbs: string[]); static make(file: string): Promise<Proverbs>; get random(): string; } //# sourceMappingURL=proverbs.d.ts.map