Dirk Alders 97486731b5 Dashboard 2 - EG-West | пре 4 месеци | |
---|---|---|
.. | ||
.github | пре 4 месеци | |
test | пре 4 месеци | |
.eslintrc | пре 4 месеци | |
CHANGELOG.md | пре 4 месеци | |
LICENSE | пре 4 месеци | |
README.md | пре 4 месеци | |
index.d.ts | пре 4 месеци | |
index.js | пре 4 месеци | |
package.json | пре 4 месеци | |
tsconfig.json | пре 4 месеци |
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