Showing 1 of 1 files from the diff.
@@ -62,8 +62,7 @@
Loading
62 | 62 | * |
|
63 | 63 | * @type {( |
|
64 | 64 | * (() => false) & |
|
65 | - | * (<T extends Element>(node: unknown, test: PredicateTest<T>, index?: number, parent?: Parent, context?: unknown) => node is T) & |
|
66 | - | * ((node: unknown, test?: PredicateTest<Element>, index?: number, parent?: Parent, context?: unknown) => node is Element) & |
|
65 | + | * (<T extends Element = Element>(node: unknown, test?: PredicateTest<T>, index?: number, parent?: Parent, context?: unknown) => node is T) & |
|
67 | 66 | * ((node: unknown, test: Test, index?: number, parent?: Parent, context?: unknown) => boolean) |
|
68 | 67 | * )} |
|
69 | 68 | */ |
Files | Coverage |
---|---|
index.js | 100.00% |
Project Totals (1 files) | 100.00% |
1525304406
1525304406
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.