jprichardson / node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
MIT License
9.43k stars 775 forks source link

Can this be used independently without node.js #997

Closed aoqilinjian closed 1 year ago

aoqilinjian commented 1 year ago

hi Can this be used independently without node.js

RyanZim commented 1 year ago

No, this is just a wrapper around Node's fs module.