UNPKG

@pact-foundation/pact-core

Version:

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

3 lines (2 loc) 116 B
import { VerifierOptions } from './types'; export declare const verify: (opts: VerifierOptions) => Promise<string>;