Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
513 bytes
|
Line | |
---|
1 | import { 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 | */
|
---|
8 | export declare type Options = Partial<InstrumenterOptions>;
|
---|
9 | /**
|
---|
10 | * Default Coverage-Istanbul-Loder options.
|
---|
11 | */
|
---|
12 | export declare const defaultOptions: Partial<InstrumenterOptions>;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.