This website works better with JavaScript.
Home
Explore
Help
Sign In
cziermann
/
Papoh
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
2
Commits
1
Branch
Tree:
b43be24318
Papoh
/
node_modules
/
util
/
support
/
isBuffer.js
4 lines
76B
Raw
Blame
History
module
.exports =
function
isBuffer
(
arg
)
{
return
arg
instanceof
Buffer;
}