UNPKG
@zougui/common.furaffinity
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
@zougui/common.furaffinity
/
lib
/
submission
/
description
/
utils
/
html.d.ts
7 lines
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
DOMWindow
}
from
'jsdom'
;
export
declare
const
parseSafeHTML
:
(
html
:
string
) =>
ParsedHTML
;
export
interface
ParsedHTML
{
window
:
DOMWindow
;
document
:
Document
; }
//# sourceMappingURL=html.d.ts.map