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

1.0.4 • Public • Published

Installation

npm install --save @types/flagged-respawn

Summary

This package contains type definitions for flagged-respawn (https://github.com/gulpjs/flagged-respawn).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flagged-respawn.

index.d.ts

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

export = flaggedRespawn;

declare function flaggedRespawn(
    flags: string[],
    argv: string[],
    callback: flaggedRespawn.Callback,
): void;
declare function flaggedRespawn(
    flags: string[],
    argv: string[],
    forcedFlags: string | string[],
    callback: flaggedRespawn.Callback,
): void;

declare namespace flaggedRespawn {
    type Callback = (ready: boolean, proc: NodeJS.Process, argv: string[]) => void;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/flagged-respawn

Weekly Downloads

1,839

Version

1.0.4

License

MIT

Unpacked Size

3.6 kB

Total Files

5

Last publish

Collaborators

  • types