Sign in
apache
/
pouchdb
/
194c0754bb482824c3cb07d6432c7b95707d0a72
/
.
/
packages
/
node_modules
/
pouchdb-utils
/
src
/
isBinaryObject.js
blob: daeeef874e9f647426ff69583954b17b55fd7e15 [
file
] [
log
] [
blame
]
function
isBinaryObject
(
object
)
{
return
object instanceof
Buffer
;
}
export
default
isBinaryObject
;