This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
gaojunlong
/
hhht_fbky
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
0b996e41aa
Branches
Tags
master
hhht_fbky
/
node_modules
/
util
/
support
/
isBuffer.js
isBuffer.js
76 B
Historique
Raw
1
2
3
module.exports = function isBuffer(arg) {
return arg instanceof Buffer;
}