| 1 | import { readdir, readFile } from 'fs/promises' |
| 2 | import memoize from 'lodash-es/memoize.js' |
| 3 | import { release as osRelease } from 'os' |
| 4 | import { getFsImplementation } from './fsOperations.js' |
nothing calls this directly
no test coverage detected