(file: AFile)
| 89 | } |
| 90 | |
| 91 | public cacheTypes (file: AFile) { return [] as Array<keyof ImageTypeCache>} |
| 92 | public contentTypes (file: AFile) { return [] as Array<keyof ImageTypeContent>} |
| 93 | |
| 94 | public newFile: (path: string, type: string, parent: string, content?: any) => Promise<AFile>; |
nothing calls this directly
no outgoing calls
no test coverage detected