| 32 | | JavaScriptManager; |
| 33 | |
| 34 | export interface LoaderOptions { |
| 35 | /** |
| 36 | * The unit is byte |
| 37 | */ |
| 38 | maxSize?: number; |
| 39 | } |
| 40 | |
| 41 | export interface CacheValue<T extends Manager> { |
| 42 | url: string; |
nothing calls this directly
no outgoing calls
no test coverage detected