Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: Making SyncWriteStream non-enumerable
As `SyncWriteStream` is only for internal use, it would be better if it is non-enumerable, so that a simple `console.log(require('fs'))` will not reveal it.
- Loading branch information