test/node_modules/@vuepress/plugin-links-check/lib/node/checkMarkdownLink.d.ts
2024-08-13 09:27:52 +08:00

3 lines
179 B
TypeScript

import type { App, Page } from 'vuepress/core';
export declare const checkMarkdownLink: (page: Page, { options, pages }: App, isIgnoreLink: (link: string) => boolean) => boolean;