Changes
fs.createWriteStream
in the main function to
improve performance.Added
overwrite
optionincrement
optionSee the README for more details.
Removed
options.newline
. This should be done before passing the
contents to write()
.promise
method was removed since the main
export returns a promise, making the method unnecessary.Added
Changed