UNPKG

@opengis/fastify-table

Version:

core-plugins

10 lines 249 B
export default function html2pdf({ html, filepath, logger }: any): Promise<{ filepath: any; err?: undefined; status?: undefined; } | { err: any; status: number; filepath?: undefined; }>; //# sourceMappingURL=html2pdf.d.ts.map