|
|
11 months ago | |
|---|---|---|
| .. | ||
| .github | 11 months ago | |
| test | 11 months ago | |
| .eslintrc | 11 months ago | |
| CHANGELOG.md | 11 months ago | |
| LICENSE | 11 months ago | |
| README.md | 11 months ago | |
| index.d.ts | 11 months ago | |
| index.js | 11 months ago | |
| package.json | 11 months ago | |
| tsconfig.json | 11 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