This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
zouzexu
/
sports-miniapp
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
7f61f30163
Ramos
Etiquetas
master
zt
zzx
sports-miniapp
/
node_modules
/
licia
/
html.d.ts
html.d.ts
109 B
Histórico
Em bruto
1
2
3
4
5
6
declare const html: {
parse(html: string): any[];
stringify(tree: any[]): string;
};
export = html;