3 lines
179 B
TypeScript
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;
|