Open punund opened 8 months ago
If it's true there, it would be true of readFileSync
as well.
Turns out the return value is based on the encoding
option:
https://nodejs.org/api/fs.html#filehandlereadfileoptions
That's going to be interesting to bind.
The same goes for write, I think