jprichardson / node-fs-extra

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

Refactor `move` API to async/await #1025

Closed SukkaW closed 10 months ago

SukkaW commented 10 months ago

The PR is the final part of #1020.

RyanZim commented 10 months ago

Thanks a lot @SukkaW!