Muqriz 48f16bfc3e initail first | 4 months ago | |
---|---|---|
.. | ||
.github | 4 months ago | |
test | 4 months ago | |
.eslintrc | 4 months ago | |
CHANGELOG.md | 4 months ago | |
LICENSE | 4 months ago | |
README.md | 4 months ago | |
index.d.ts | 4 months ago | |
index.js | 4 months ago | |
package.json | 4 months ago | |
tsconfig.json | 4 months ago |
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