UNPKG

pino-princess

Version:

Prettiest Pino Prettifier in all the land

4 lines 362 B
import type { PrettifyOptions } from './utils/types.ts'; export declare function prettify({ messageKey, timeKey, timeFormat, singleLine, exclude, include, theme, format, keyMap, unicode, colors, errorLikeKeys, errorKey, }?: PrettifyOptions): (inputData: string | Record<string, unknown>) => string; export default prettify; //# sourceMappingURL=prettify.d.ts.map