UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

4 lines (3 loc) 256 B
import * as codebuild from '../../../../aws-codebuild'; export declare function copyEnvironmentVariables(...names: string[]): Record<string, codebuild.BuildEnvironmentVariable>; export declare function filterEmpty(xs: Array<string | undefined>): string[];