UNPKG

@n1k1t/mock-server

Version:

The ultimate toolkit to intercept, transform, and simulate HTTP/WS traffic with type-safe expectations

4 lines 203 B
import { TFunction } from '../../types'; export type TLoggerLevel = 'D' | 'I' | 'W' | 'E' | 'F'; export type TLoggerSerializer = TFunction<unknown, [string, unknown]>; //# sourceMappingURL=types.d.ts.map