vending-machine/mobile/node_modules/licia/html.d.ts
2026-04-03 06:07:13 +08:00

7 lines
109 B
TypeScript

declare const html: {
parse(html: string): any[];
stringify(tree: any[]): string;
};
export = html;