Installation
npm install --save @types/protractor-console-plugin
Summary
This package contains type definitions for protractor-console-plugin (https://github.com/angular/protractor-console-plugin).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/protractor-console-plugin.
index.d.ts
export interface Config {
failOnWarning?: boolean;
failOnError?: boolean;
logWarnings?: boolean;
exclude?: Array<string | RegExp>;
}
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/node, protractor
Credits
These definitions were written by Adam Kwiatek.