@types/gulp-nodemon

  • Version 0.0.37
  • Published
  • 5.31 kB
  • 2 dependencies
  • MIT license

Install

npm i @types/gulp-nodemon
yarn add @types/gulp-nodemon
pnpm add @types/gulp-nodemon

Overview

TypeScript definitions for gulp-nodemon

Index

Variables

variable nodemon

var nodemon: nodemon.Nodemon;

    Interfaces

    interface EventEmitter

    interface EventEmitter extends NodeJS.EventEmitter {}

      method addListener

      addListener: {
      (event: string, listener: Function): this;
      (event: string, tasks: string[]): this;
      };

        method on

        on: {
        (event: string, listener: Function): this;
        (event: string, tasks: string[]): this;
        };

          method once

          once: {
          (event: string, listener: Function): this;
          (event: string, tasks: string[]): this;
          };

            interface Nodemon

            interface Nodemon {}

              call signature

              (option?: Option): EventEmitter;

                interface Option

                interface Option extends _Option {}

                  property tasks

                  tasks?: string[] | ((changedFiles: string[]) => string[]) | undefined;

                    Package Files (1)

                    Dependencies (2)

                    Dev Dependencies (0)

                    No dev dependencies.

                    Peer Dependencies (0)

                    No peer dependencies.

                    Badge

                    To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                    You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/gulp-nodemon.

                    • Markdown
                      [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/gulp-nodemon)
                    • HTML
                      <a href="https://www.jsdocs.io/package/@types/gulp-nodemon"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>