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

4 lines
211 B
TypeScript

import type { Plugin } from 'vuepress';
import type { LinksCheckPluginOptions } from './options.js';
export declare const linksCheckPlugin: ({ dev, build, exclude: ignore, }: LinksCheckPluginOptions) => Plugin;