UNPKG
vuepress-plugin-dehydrate
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
VuePress plugin to dehydrate generated HTML files
github.com/vuepress
vuepress/vuepress-community
vuepress-plugin-dehydrate
/
lib
/
index.d.ts
9 lines
(8 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
GlobbyOptions
}
from
'globby'
;
export
declare
type
Replacer
= [
RegExp
|
string
,
string
?];
export
interface
DehydratePluginOptions
{
noSSR
?:
string
|
string
[];
noScript
?:
string
|
string
[];
globOptions
?:
GlobbyOptions
;
noEmptyLine
?:
boolean
; }