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