This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
zouzexu
/
sports-miniapp
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
zzx
Větve
Značky
master
zt
zzx
sports-miniapp
/
node_modules
/
licia
/
html.d.ts
html.d.ts
109 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
declare const html: {
parse(html: string): any[];
stringify(tree: any[]): string;
};
export = html;