projecte_ionic/node_modules/@jsdevtools/coverage-istanbul-loader/lib/options.d.ts
2022-02-09 18:30:03 +01:00

13 lines
513 B
TypeScript
Executable file

import { InstrumenterOptions } from "istanbul-lib-instrument";
/**
* Coverage-Istanbul-Loder options.
* Currently these are the same as Istanbul-Lib-Instrument options.
*
* @see https://github.com/istanbuljs/istanbuljs/blob/25509c7ff31f114e7036a940ed799d6d0548b706/packages/istanbul-lib-instrument/src/instrumenter.js#L11-L33
*/
export declare type Options = Partial<InstrumenterOptions>;
/**
* Default Coverage-Istanbul-Loder options.
*/
export declare const defaultOptions: Partial<InstrumenterOptions>;