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

3.1.3 • Public • Published

Installation

npm install --save @types/v8flags

Summary

This package contains type definitions for v8flags (https://github.com/gulpjs/v8flags).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/v8flags.

index.d.ts

export = v8flags;

declare function v8flags(cb: (err: any, flags: string[]) => void): void;

declare namespace v8flags {
    const configfile: string;
    const configPath: string;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by BendingBender.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/v8flags

      Weekly Downloads

      2,619

      Version

      3.1.3

      License

      MIT

      Unpacked Size

      2.9 kB

      Total Files

      5

      Last publish

      Collaborators

      • types