UNPKG
packdir-cli
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Packdir CLI
github.com/packdir/pd
packdir/pd
packdir-cli
/
dist
/
lib
/
util
/
html-parse-browser.d.ts
5 lines
(4 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
/// <reference lib="dom" />
import
type
{
EPub
}
from
'../index'
;
import
type
{
CB
}
from
'./html'
;
export
declare
function
fixHTML
(
this
:
EPub
,
index
:
number
,
html
:
string
,
imgCB
: CB
):
string
;