UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

5 lines (4 loc) 318 B
import type { LoginInformation } from './codeartifact'; import type { UsageDir } from './usage-dir'; export declare function npmLogin(login: LoginInformation, usageDir: UsageDir): Promise<void>; export declare function uploadNpmPackages(packages: string[], login: LoginInformation, usageDir: UsageDir): Promise<void>;