@pact-foundation/pact-node
Version:
Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.
19 lines (18 loc) • 525 B
TypeScript
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;
}
export declare const standalone: (platform?: string, arch?: string) => PactStandalone;
declare const _default: PactStandalone;
export default _default;