UNPKG

apiveritas

Version:

Lightweight CLI tool for consumer-driven API contract testing via JSON schema and payload comparisons.

6 lines (5 loc) 141 B
export type LogLevel = 'info' | 'warn' | 'error' | 'debug'; export interface ILoggerOptions { level?: LogLevel; silent?: boolean; }