UNPKG

@pact-foundation/pact-cli

Version:
32 lines (31 loc) 1.01 kB
export declare function getExePath(): string; export interface PactStandalone { cwd: string; brokerPath: string; brokerFullPath: string; mockServicePath: string; mockServiceFullPath: string; stubPath: string; stubFullPath: string; verifierPath: string; verifierFullPath: string; messagePath: string; messageFullPath: string; pactPath: string; pactFullPath: string; pactflowPath: string; pactflowFullPath: string; mockServerPath: string; mockServerFullPath: string; verifierRustPath: string; verifierRustFullPath: string; stubServerPath: string; stubServerFullPath: string; pluginPath: string; pluginFullPath: string; } export declare const standalone: (platform?: string, arch?: string) => PactStandalone; export declare function setStandaloneArgs(unparsed_args: string[], shell: boolean): string[]; export declare const standaloneUseShell: boolean; declare const _default: PactStandalone; export default _default;