Sign in
apache
/
pouchdb
/
9d29b1b4f80b6ad752a8df74619d0e840a5a89fc
/
.
/
lib
/
deps
/
binary
/
isBinaryObject.js
blob: f3857cfbdeda4ffed8057bac88c185ae4c7fbf63 [
file
] [
log
] [
blame
]
export
default
function
isBinaryObject
(
object
)
{
return
object instanceof
Buffer
;
};