Dirk Alders 97486731b5 Dashboard 2 - EG-West | hace 4 meses | |
---|---|---|
.. | ||
.github | hace 4 meses | |
test | hace 4 meses | |
.eslintrc | hace 4 meses | |
CHANGELOG.md | hace 4 meses | |
LICENSE | hace 4 meses | |
README.md | hace 4 meses | |
index.d.ts | hace 4 meses | |
index.js | hace 4 meses | |
package.json | hace 4 meses | |
tsconfig.json | hace 4 meses |
Does this environment have the ability to set the Prototype of an object on creation with __proto__
?
var hasProto = require('has-proto');
var assert = require('assert');
assert.equal(typeof hasProto(), 'boolean');
Simply clone the repo, npm install
, and run npm test