What is node-fs?
"node-fs is an extension to the original nodejs fs library, offering new functionalities."
node-fs is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 0 KB on disk.
Installation Guide
# Install via NPM
npm install node-fs
# Install via Yarn
yarn add node-fs