(html: string, css: string, options?: juice.Options)
| 50 | juiceFile(filePath: string, options: juice.Options, callback: juice.Callback): string; |
| 51 | juiceDocument($: any, options?: juice.Options): any; |
| 52 | inlineContent(html: string, css: string, options?: juice.Options): string; |
| 53 | inlineDocument($: any, css: string, options?: juice.Options): any; |
| 54 | |
| 55 | codeBlocks: { [index: string]: { start: string, end: string } }; |
no outgoing calls