This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
ben
/
be-ytb
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
69db94eccc
Branches
Tags
dev
master
be-ytb
/
js
/
node_modules
/
util
/
support
/
isBuffer.js
isBuffer.js
76 B
Histórico
Raw
1
2
3
module.exports = function isBuffer(arg) {
return arg instanceof Buffer;
}