Installation
npm install --save @types/bunyan-blackhole
Summary
This package contains type definitions for bunyan-blackhole (https://github.com/Floby/node-bunyan-blackhole).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bunyan-blackhole.
index.d.ts
import * as Logger from "bunyan";
/**
* Constructor.
* @param name name of the blackhole Logger
* @return A bunyan logger .
*/
declare function bunyanBlackHole(name: string): Logger;
export = bunyanBlackHole;
Additional Details
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: @types/bunyan
Credits
These definitions were written by Olivier Chevet.