zsydgithub 2f2f0c8be0 new 1 ano atrás
..
.github 2f2f0c8be0 new 1 ano atrás
test 2f2f0c8be0 new 1 ano atrás
.eslintrc 2f2f0c8be0 new 1 ano atrás
CHANGELOG.md 2f2f0c8be0 new 1 ano atrás
LICENSE 2f2f0c8be0 new 1 ano atrás
README.md 2f2f0c8be0 new 1 ano atrás
index.js 2f2f0c8be0 new 1 ano atrás
package.json 2f2f0c8be0 new 1 ano atrás

README.md

has-proto Version Badge

github actions coverage License Downloads

npm badge

Does this environment have the ability to set the [[Prototype]] of an object on creation with __proto__?

Example

var hasProto = require('has-proto');
var assert = require('assert');

assert.equal(typeof hasProto(), 'boolean');

Tests

Simply clone the repo, npm install, and run npm test