Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
- **Operating System:** macOS 14.2.1 (23C71) - **Node.js version:** 20.11 - **`fs-extra` version:** 11.2.0 - **`@types/fs-extra` version:** 11.0.4 - **`typescript` version:** 5.3.2 writeJson/writeJSON and outputJson/outputJSON and corresponding sync functions are throwing. Example: ```typescript import * as fsExtra from 'fs-extra' await fsExtra.writeJson(fileName, {some:'content'}) ``` Error during execution: ```bash TypeError: fsExtra.[writeJson] is not a function ```
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 sebastianwessel and has received 1 comments.