UNPKG

cdk8s-plus-28

Version:

cdk8s+ is a software development framework that provides high level abstractions for authoring Kubernetes applications. cdk8s-plus-28 synthesizes Kubernetes manifests for Kubernetes 1.28.0

5 lines (4 loc) 235 B
import { IConstruct } from 'constructs'; export declare function undefinedIfEmpty<T>(obj: T): T | undefined; export declare function filterUndefined(obj: any): any; export declare function address(...constructs: IConstruct[]): string;