(options: Html2PdfOptions)
| 27 | outputImg(type?: string, options?: any): Promise<any>; |
| 28 | save(filename?: string): Promise<void>; |
| 29 | set(options: Html2PdfOptions): this; |
| 30 | get(key: string, cbk?: (value: any) => void): Promise<any>; |
| 31 | then<T>(onFulfilled?: (value: any) => T | PromiseLike<T>, onRejected?: (reason: any) => any): Promise<T>; |
| 32 | thenCore<T>(onFulfilled?: (value: any) => T | PromiseLike<T>, onRejected?: (reason: any) => any): Promise<T>; |
no outgoing calls
no test coverage detected