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