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) 134 B
import { pino } from 'pino'; import { LogLevel } from './types'; export declare const createLogger: (level: LogLevel) => pino.Logger;