@types/bunyan-blackhole
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/bunyan-blackhole

Weekly Downloads

4,321

Version

0.2.4

License

MIT

Unpacked Size

3.11 kB

Total Files

5

Last publish

Collaborators

  • types