Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
I just look into the code. https://github.com/jprichardson/node-fs-extra/blob/d96f2655f181f1c6b1641711619400140a89d027/lib/copy/copy.js#L129-L131 Now `copy` will copy directory recursively instead not doing it like the document said in https://github.com/jprichardson/node-fs-extra/blob/d96f2655f181f1c6b1641711619400140a89d027/docs/copy-sync.md?plain=1#L5 --- The document of `@types/[email protected]` is also wrong.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by hyf0 and has received 2 comments.