/var/www/greso.tech/server/nsm/node_modules/has-proto
NameSizeModeActions
.github/-0755rm
test/-0755rm
.eslintrc430644editdlrm
CHANGELOG.md13040644editdlrm
index.js1970644editdlrm
LICENSE10670644editdlrm
package.json19040644editdlrm
README.md16230644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/has-proto/index.js (197B)
'use strict'; var test = { foo: {} }; var $Object = Object; module.exports = function hasProto() { return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object); };