jprichardson / node-fs-extra

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

Why donot add the explanation of fs.readFile in doc? #966

Closed nan-mu closed 1 year ago

nan-mu commented 1 year ago

It is not a such thing but i just thought fse has not this command.

RyanZim commented 1 year ago

fs-extra supports all the functions from fs; we don't duplicate the documentation for them; refer to https://nodejs.org/api/fs.html for fs documentation.