This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
ben
/
be-ytb
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
dev
Větve
Značky
dev
master
be-ytb
/
js
/
node_modules
/
util
/
support
/
isBuffer.js
isBuffer.js
76 B
Trvalý odkaz
Historie
Surový
1
2
3
module.exports = function isBuffer(arg) {
return arg instanceof Buffer;
}