lib/index.js
changed.
Other files ignored by Codecov
1 | 1 | /** |
|
2 | + | * @typedef {import('../complex-types.js')} DoNotTouchThisAsItIncludesAugmentation |
|
3 | + | ||
2 | 4 | * @typedef {import('hast').Root} Root |
|
3 | 5 | * @typedef {import('hast').Element} Element |
|
4 | - | * @typedef {Root['children'][number]} Child |
|
5 | 6 | * |
|
6 | 7 | * @typedef Image |
|
7 | 8 | * @property {string} url |
Files | Coverage |
---|---|
index.js | 100.00% |
lib/index.js | 100.00% |
Project Totals (2 files) | 100.00% |