| 1 | import { existsSync, readFileSync, statSync } from 'node:fs' |
| 2 | import { extname, resolve } from 'node:path' |
| 3 | import { glob } from 'tinyglobby' |
| 4 | // @ts-ignore Could not find a declaration file for module 'markdown-link-extractor'. |
nothing calls this directly
no test coverage detected