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

5.2.4 • Public • Published

Installation

npm install --save @types/superagent-bunyan

Summary

This package contains type definitions for superagent-bunyan (https://github.com/joaquimserafim/superagent-bunyan#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent-bunyan.

index.d.ts

import * as Logger from "bunyan";
import { Plugin } from "superagent";

declare function superagentLogger(logger: Logger, requestId?: string, extra?: object): Plugin;

export = superagentLogger;

Additional Details

Credits

These definitions were written by Alex Brick.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/superagent-bunyan

Weekly Downloads

5

Version

5.2.4

License

MIT

Unpacked Size

3.18 kB

Total Files

5

Last publish

Collaborators

  • types