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