UNPKG

@pact-foundation/pact-core

Version:

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

8 lines (7 loc) 292 B
import { LogLevel } from '../logger/types'; import { Ffi } from './types'; export declare const PACT_FFI_VERSION = "0.4.22"; declare let ffiLib: Ffi; declare let ffi: typeof ffiLib; export declare const getFfiLib: (logLevel?: LogLevel, logFile?: string | undefined) => typeof ffi; export {};