Sign in
apache
/
pouchdb
/
refs/heads/node-sqlite-adapter
/
.
/
packages
/
node_modules
/
pouchdb-utils
/
src
/
isBinaryObject.js
blob: daeeef874e9f647426ff69583954b17b55fd7e15 [
file
]
function
isBinaryObject
(
object
)
{
return
object instanceof
Buffer
;
}
export
default
isBinaryObject
;