| 5 | } |
| 6 | |
| 7 | export default class Fuse { |
| 8 | constructor(mountPoint: string, operations: object, options?: FuseOptions); |
| 9 | mount(callback: (error: Error | null) => void): void; |
| 10 | unmount(callback: (error: Error | null) => void): void; |
nothing calls this directly
no outgoing calls
no test coverage detected