UNPKG

@pact-foundation/pact-core

Version:

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

10 lines (9 loc) 253 B
import pact from './pact'; export default pact; export * from './verifier'; export * from './verifier/types'; export * from './logger'; export * from './logger/types'; export * from './consumer'; export * from './consumer/types'; export * from './ffi';