Submit
Path:
~
/
/
usr
/
share
/
nodejs
/
is-buffer
/
File Content:
index.js
/*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT */ module.exports = function isBuffer (obj) { return obj != null && obj.constructor != null && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj) }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
index.d.ts
63 bytes
0644
index.js
301 bytes
0644
package.json
1092 bytes
0644
N4ST4R_ID | Naxtarrr