@types/entropy__winston-elasticsearch-apm
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/entropy__winston-elasticsearch-apm

Summary

This package contains type definitions for @entropy/winston-elasticsearch-apm (https://gitlab.entropy.cc/entropy/winston-elasticsearch-apm).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/entropy__winston-elasticsearch-apm.

index.d.ts

import Agent = require("elastic-apm-node");
import TransportStream = require("winston-transport");

declare class ElasticsearchApm extends TransportStream {
    constructor(opts: ElasticsearchApm.ElasticsearchApmOptions);

    log(info: any, next: () => void): any;
}

declare namespace ElasticsearchApm {
    interface ElasticsearchApmOptions extends TransportStream.TransportStreamOptions {
        apm: typeof Agent;
    }
}

export = ElasticsearchApm;

Additional Details

Credits

These definitions were written by Michael Vasyliv.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/entropy__winston-elasticsearch-apm

Weekly Downloads

321

Version

1.0.3

License

MIT

Unpacked Size

4.06 kB

Total Files

5

Last publish

Collaborators

  • types