UNPKG

@contract-case/cli

Version:

Command-line interface for ContractCase, allowing interactions with the Contract / Pact Broker

3 lines 205 B
import { CaseConfig } from '@contract-case/case-core'; export declare const downloadContracts: (serviceName: string, config: CaseConfig) => Promise<unknown>; //# sourceMappingURL=DownloadContracts.d.ts.map