detect-file-type
detect-file-type copied to clipboard
Replace `new Buffer` with `new Buffer.alloc`
Hello :)
This PR has two commits.
First commit just automatically remove whitespaces, so the second one is replace new Buffer with Buffer.alloc because new Buffer was deprecated.