UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

9 lines 427 B
import { DataContext } from '@contract-case/case-plugin-base'; import { ContractLink, BrokerApi, DownloadedContract } from '../types.broker'; type ContractRef = { contractData: DownloadedContract; name: string; }; export declare const downloadCaseContracts: (contractUrls: ContractLink[], broker: BrokerApi, context: DataContext) => Promise<ContractRef[]>; export {}; //# sourceMappingURL=downloadCaseContracts.d.ts.map