# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/v8flags/index.d.ts)
````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](https://github.com/BendingBender).
