UNPKG

@pact-foundation/pact-core

Version:

Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.

5 lines (4 loc) 303 B
import { Ffi, FfiPactHandle } from '../ffi/types'; import { MatchingResult } from './types'; export declare const mockServerMismatches: (ffi: Ffi, port: number) => MatchingResult[]; export declare const writePact: (ffi: Ffi, pactPtr: FfiPactHandle, dir: string, merge?: boolean, port?: number) => void;