Sign in
apache
/
pouchdb
/
refs/heads/4470
/
.
/
lib
/
deps
/
binary
/
isBinaryObject.js
blob: 068b1d52d59d03778bf1ffdcdfa35bcb0b5db94b [
file
]
'use strict'
;
module
.
exports
=
function
isBinaryObject
(
object
)
{
return
object instanceof
Buffer
;
};