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) 301 B
import type { LogLevel } from '../logger/types'; import { type Ffi } from './types'; export declare const PACT_FFI_VERSION = "0.5.4"; declare let ffiLib: Ffi; declare let ffi: typeof ffiLib; export declare const getFfiLib: (logLevel?: LogLevel, logFile?: string | undefined) => typeof ffi; export {};