memfs icon indicating copy to clipboard operation
memfs copied to clipboard

Implememt `Dir` API

Open streamich opened this issue 11 months ago • 0 comments

  • [ ] Implement Dir-compatible API
  • [ ] Cleanup
    • [ ] Remove from Dir class helper functions
      • [ ] wrapAsync
      • [ ] isFunction
      • [ ] promisify
  • [ ] Dir interface
    • [ ] .close()
    • [ ] .close(callback)
    • [ ] .closeSync()
    • [ ] .path
    • [x] .read()
    • [x] .read(callback)
    • [x] .readSync()
    • [x] .[Symbol.asyncIterator]()

streamich avatar Jan 10 '25 08:01 streamich