()
| 150 | * Reset the pdftoppm availability cache. Used by tests only. |
| 151 | */ |
| 152 | export function resetPdftoppmCache(): void { |
| 153 | pdftoppmAvailable = undefined |
| 154 | } |
| 155 | |
| 156 | /** |
| 157 | * Check whether the `pdftoppm` binary (from poppler-utils) is available. |
nothing calls this directly
no outgoing calls
no test coverage detected