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

0.0.3 • Public • Published

Installation

npm install --save @types/docker-events

Summary

This package contains type definitions for docker-events (https://github.com/deoxxa/docker-events).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/docker-events.

index.d.ts

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

import * as Dockerode from "dockerode";
import * as events from "events";

declare namespace DockerEvents {
    interface DockerEventsOptions {
        docker: Dockerode;
    }
}

declare class DockerEvents extends events.EventEmitter {
    constructor(options?: DockerEvents.DockerEventsOptions);

    start(): void;
    stop(): void;
}

export = DockerEvents;

Additional Details

Credits

These definitions were written by Ciffelia.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/docker-events

Weekly Downloads

11

Version

0.0.3

License

MIT

Unpacked Size

3.52 kB

Total Files

5

Last publish

Collaborators

  • types