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

0.1.33 • Public • Published

Installation

npm install --save @types/bunyan-logentries

Summary

This package contains type definitions for bunyan-logentries (https://github.com/nemtsov/node-bunyan-logentries).

Details

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

index.d.ts

/// <reference types="node" />

import bunyan = require("bunyan");

interface StreamOptions {
    token: string;
}

export declare function createStream(options: StreamOptions): NodeJS.WritableStream;

Additional Details

Credits

These definitions were written by Aymeric Beaumet.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/bunyan-logentries

    Weekly Downloads

    8

    Version

    0.1.33

    License

    MIT

    Unpacked Size

    3.14 kB

    Total Files

    5

    Last publish

    Collaborators

    • types