D8D 2ab642edb8 Initial commit 1 rok temu
..
.github 2ab642edb8 Initial commit 1 rok temu
test 2ab642edb8 Initial commit 1 rok temu
.eslintrc 2ab642edb8 Initial commit 1 rok temu
CHANGELOG.md 2ab642edb8 Initial commit 1 rok temu
LICENSE 2ab642edb8 Initial commit 1 rok temu
README.md 2ab642edb8 Initial commit 1 rok temu
index.d.ts 2ab642edb8 Initial commit 1 rok temu
index.js 2ab642edb8 Initial commit 1 rok temu
package.json 2ab642edb8 Initial commit 1 rok temu
tsconfig.json 2ab642edb8 Initial commit 1 rok temu

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