Sign in
cobalt
/
cobalt
/
c9e19ca560c593f3612acbdcd0ca4da848fb7c3e
/
.
/
third_party
/
devtools
/
node_modules
/
util
/
support
/
isBuffer.js
blob: ace9ac00dd8b071c7ad10b298bff3a89dc615410 [
file
]
module
.
exports
=
function
isBuffer
(
arg
)
{
return
arg instanceof
Buffer
;
}