UNPKG

cdk8s-plus-25

Version:

cdk8s+ is a software development framework that provides high level abstractions for authoring Kubernetes applications. cdk8s-plus-25 synthesizes Kubernetes manifests for Kubernetes 1.25.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;