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