index
:
Website Creator
main
Node+React+MongoDB App to help create and maintain websites (WIP)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
util
/
support
/
isBuffer.js
blob: ace9ac00dd8b071c7ad10b298bff3a89dc615410 (
plain
) (
blame
)
1
2
3
module
.
exports
=
function
isBuffer
(
arg
)
{
return
arg
instanceof
Buffer
;
}