jprichardson / node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
MIT License
9.44k stars 776 forks source link

Add promise support for fs.readv #970

Closed RyanZim closed 1 year ago

RyanZim commented 1 year ago

Depends on https://github.com/jprichardson/node-fs-extra/pull/969

Somehow we missed adding support for this; better late than never!