UNPKG

remark-validate-links

Version:

remark plugin to validate links to headings and files

12 lines 467 B
/** * @param {VFile} file * File. * @param {Readonly<Options>} options * Configuration. * @returns {Promise<[repo: string | false | undefined, root: string] | undefined>} * Info. */ export function findRepo(file: VFile, options: Readonly<Options>): Promise<[repo: string | false | undefined, root: string] | undefined>; import type { VFile } from 'vfile'; import type { Options } from 'remark-validate-links'; //# sourceMappingURL=find-repo.node.d.ts.map