UNPKG

@pact-foundation/pact-core

Version:

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

4 lines (3 loc) 131 B
import { Logger } from 'pino'; import { LogLevel } from './types'; export declare const createLogger: (level: LogLevel) => Logger;