source: trip-planner-front/node_modules/@jsdevtools/coverage-istanbul-loader/lib/options.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 513 bytes
Line 
1import { InstrumenterOptions } from "istanbul-lib-instrument";
2/**
3 * Coverage-Istanbul-Loder options.
4 * Currently these are the same as Istanbul-Lib-Instrument options.
5 *
6 * @see https://github.com/istanbuljs/istanbuljs/blob/25509c7ff31f114e7036a940ed799d6d0548b706/packages/istanbul-lib-instrument/src/instrumenter.js#L11-L33
7 */
8export declare type Options = Partial<InstrumenterOptions>;
9/**
10 * Default Coverage-Istanbul-Loder options.
11 */
12export declare const defaultOptions: Partial<InstrumenterOptions>;
Note: See TracBrowser for help on using the repository browser.