memfs
memfs copied to clipboard
Implememt `Dir` API
- [ ] Implement
Dir-compatible API- [ ] Docs
- [ ] Implementation
- [ ] Cleanup
- [ ] Remove from
Dirclass helper functions- [ ]
wrapAsync - [ ]
isFunction - [ ]
promisify
- [ ]
- [ ] Remove from
- [ ]
Dirinterface- [ ]
.close() - [ ]
.close(callback) - [ ]
.closeSync() - [ ]
.path - [x]
.read() - [x]
.read(callback) - [x]
.readSync() - [x]
.[Symbol.asyncIterator]()
- [ ]