any-fs is a composable and extendible file-system and fully compatible with the node `fs` module.
npm install @teambit/any-fsany-fs is a composable and extendible file-system and fully compatible with the node fs module.
``js``
var { MemoryFS } = require('@teambit/any-fs');
const fs = new MemoryFS()
fs.writeFile()
`js`
var { Volume } = require('@teambit/any-fs');
const fs = new Volume()
fs.writeFile()
- Fs - node fs
Features
- Full compatibility to the Node fs module.
- Supports the node fs` promises API
Made with ❤ to free software by Team Bit.