is-buffer
Last updated
Was this helpful?
Last updated
Was this helpful?
Buffer
(including the browserify Buffer)Buffer.isBuffer
?This module lets you check if an object is a Buffer
without using Buffer.isBuffer
(which includes the whole buffer module in browserify).
It's future-proof and works in node too!
MIT. Copyright (C) Feross Aboukhadijeh.