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