UNPKG

@opengis/fastify-table

Version:

core-plugins

13 lines 286 B
export default function htmlTodoc({ html, filepath, }: { html: string; filepath: string; }): Promise<{ filepath: string; err?: undefined; status?: undefined; } | { err: any; status: number; filepath?: undefined; }>; //# sourceMappingURL=html2doc.d.ts.map