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) 318 B
import { type Ffi, type FfiPactHandle } from '../ffi/types'; import type { 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;