UNPKG
gcfixer
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
Normalize Geocaching GPX file for Garmin devices
github.com/dullus/gcfixer
dullus/gcfixer
gcfixer
/
src
/
declare
/
clean-html.d.ts
5 lines
(4 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
declare
module
'clean-html'
{
function
clean
(
out
:
string
,
callback
: (html:
string
) =>
void
):
void
;
function
clean
(
out
:
string
,
params
: { [key:
string
]:
any
},
callback
: (html:
string
) =>
void
):
void
; }