UNPKG

mission.pdf-module

Version:
7 lines (6 loc) 179 B
import { PdfModel } from '../model'; export declare class PdfBo { private static browser; private static getBrowser; pdf(html: string, pdf: PdfModel): Promise<any>; }