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