| 1 | import {FileSystem} from '../../src/core/file_system'; |
| 2 | |
| 3 | interface BackendFactory { |
| 4 | (cb: (name: string, objs: FileSystem[]) => void): void; |
| 5 | } |
| 6 | |
| 7 | export default BackendFactory; |
nothing calls this directly
no outgoing calls
no test coverage detected