UNPKG

vuepress-plugin-dehydrate

Version:

VuePress plugin to dehydrate generated HTML files

9 lines (8 loc) 268 B
import { GlobbyOptions } from 'globby'; export declare type Replacer = [RegExp | string, string?]; export interface DehydratePluginOptions { noSSR?: string | string[]; noScript?: string | string[]; globOptions?: GlobbyOptions; noEmptyLine?: boolean; }