added panel mgmt
This commit is contained in:
6
panel-mgmt/backend/node_modules/util/support/isBufferBrowser.js
generated
vendored
Normal file
6
panel-mgmt/backend/node_modules/util/support/isBufferBrowser.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = function isBuffer(arg) {
|
||||
return arg && typeof arg === 'object'
|
||||
&& typeof arg.copy === 'function'
|
||||
&& typeof arg.fill === 'function'
|
||||
&& typeof arg.readUInt8 === 'function';
|
||||
}
|
Reference in New Issue
Block a user