|
|
hace 2 años | |
|---|---|---|
| .. | ||
| .github | hace 2 años | |
| test | hace 2 años | |
| .eslintrc | hace 2 años | |
| CHANGELOG.md | hace 2 años | |
| LICENSE | hace 2 años | |
| README.md | hace 2 años | |
| index.js | hace 2 años | |
| package.json | hace 2 años | |
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