Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
As per https://github.com/nodejs/node/pull/39372; Node.js is considering moving `copy*()` to `fs` core. This will create a naming conflict between our method and `fs` core when it's released. How do we want to handle this?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by RyanZim and has received 6 comments.