feross / blob-to-buffer

Convert a Blob to a Buffer.
MIT License
76 stars 13 forks source link

Use const instead of var #20

Closed sonicdoe closed 5 years ago

sonicdoe commented 5 years ago

Use const instead of var to conform to the no-var ESLint rule which is coming in a future version of JavaScript Standard Style. See https://github.com/standard/eslint-config-standard/pull/152.