| 27 | } |
| 28 | |
| 29 | export interface ResourceOptions { |
| 30 | imageTimeout: number; |
| 31 | useCORS: boolean; |
| 32 | allowTaint: boolean; |
| 33 | proxy?: string; |
| 34 | } |
| 35 | |
| 36 | export class Cache { |
| 37 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…