UNPKG

@pact-foundation/pact

Version:
11 lines (10 loc) 339 B
export * from '@pact-foundation/pact-core/src/logger'; declare const _default: { pactCrash: (message: string) => void; error: (message: string) => void; warn: (message: string) => void; info: (message: string) => void; debug: (message: string) => void; trace: (message: string) => void; }; export default _default;