| 1 | import {FileSystem, BaseFileSystem, BFSOneArgCallback, BFSCallback, FileSystemOptions} from '../core/file_system'; |
| 2 | import InMemoryFileSystem from './InMemory'; |
| 3 | import {ApiError, ErrorCode} from '../core/api_error'; |
| 4 | import fs from '../core/node_fs'; |
nothing calls this directly
no test coverage detected