(url: string)
| 85 | let quoteGenPromise: Promise<any> | undefined; |
| 86 | let sharpPromise: Promise<any> | undefined; |
| 87 | let canvasPromise: Promise<any> | undefined; |
| 88 | |
| 89 | function quotePluginDir(): string { |
| 90 | return __dirname; |
| 91 | } |
| 92 | |
| 93 | |
| 94 | async function fetchToBuffer(url: string): Promise<Buffer> { |
no outgoing calls
no test coverage detected