UNPKG

@roarr/fastify

Version:
8 lines (7 loc) 291 B
import type { FastifyLoggerInstance } from 'fastify'; import type { Logger } from 'roarr'; declare type Configuration = { readonly requestIdLogLabel: string; }; export declare const createFastifyLogger: (Roarr: Logger, configuration?: Configuration) => FastifyLoggerInstance; export {};