UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

6 lines (5 loc) 169 B
export type { CDK } from "@k8ts/sample-interfaces" export { World } from "./common-world" export * from "./origins" export * from "./resources" export * from "./runner"