clean-url.d.ts 166 Bytes
Newer Older
1 2 3
import type { Plugin } from "@mr-hope/vuepress-types";
import type { CleanUrlOptions } from "../types";
export declare const cleanUrlPlugin: Plugin<CleanUrlOptions>;