UNPKG
@helldoc/core
Version:
latest (0.6.0)
0.6.0
0.5.3
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.5
helldoc core
github.com/fimars/hell
fimars/hell
@helldoc/core
/
build
/
node
/
webpack
/
HeadPlugin.d.ts
13 lines
(12 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
Compiler
}
from
"webpack"
;
import
{
Tag
}
from
"../../types"
;
interface
HeadPluginOptions
{
tags
:
Tag
[]; }
declare
const
_default
: {
new
({ tags }:
HeadPluginOptions
): {
tags
:
Tag
[];
apply
(
compiler
:
Compiler
):
void
; }; };
export
= _default;