This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
zouzexu
/
sports-miniapp
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
06c63c15cc
Gałęzie
Tagi
master
zt
zzx
sports-miniapp
/
node_modules
/
licia
/
html.d.ts
html.d.ts
109 B
Historia
Czysty
1
2
3
4
5
6
declare const html: {
parse(html: string): any[];
stringify(tree: any[]): string;
};
export = html;