Sign in
apache
/
pouchdb
/
refs/heads/test-npm-git
/
.
/
src
/
deps
/
binary
/
isBinaryObject.js
blob: 9ee1942a2d319d837460b9c71cf76c7955dcb662 [
file
] [
log
] [
blame
]
function
isBinaryObject
(
object
)
{
return
object instanceof
Buffer
;
}
export
default
isBinaryObject
;