UNPKG

@pact-foundation/pact-core

Version:

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

4 lines (3 loc) 249 B
import type { Ffi, FfiVerifierHandle } from '../../ffi/types'; import type { InternalPactVerifierOptions } from '../types'; export declare const setupVerification: (ffi: Ffi, handle: FfiVerifierHandle, options: InternalPactVerifierOptions) => void;