UNPKG

@n1k1t/mock-server

Version:

Powerful util to setup mocks over HTTP APIs

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