Does this environment have the ability to get or set the [[Prototype]] of an object with `__proto__`?
Does this environment have the ability to set the [[Prototype]] of an object?
var hasProto = require('has-proto'); var assert = require('assert'); assert.equal(typeof hasProto(), 'boolean');
Simply clone the repo, npm install, and run npm test
npm install
npm test