Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import pino from 'pino';
declare const logger: pino.Logger;
/**
 * @michael
 * @todo https://github.com/pinojs/pino-std-serializers
 * ^ wrap this serializer to customize all loggers changed to use this
 */
declare const pinoExpressMiddleware: any;
export { logger, pinoExpressMiddleware };