D8D 2ab642edb8 Initial commit 1 год назад
..
.github 2ab642edb8 Initial commit 1 год назад
test 2ab642edb8 Initial commit 1 год назад
.eslintrc 2ab642edb8 Initial commit 1 год назад
CHANGELOG.md 2ab642edb8 Initial commit 1 год назад
LICENSE 2ab642edb8 Initial commit 1 год назад
README.md 2ab642edb8 Initial commit 1 год назад
index.d.ts 2ab642edb8 Initial commit 1 год назад
index.js 2ab642edb8 Initial commit 1 год назад
package.json 2ab642edb8 Initial commit 1 год назад
tsconfig.json 2ab642edb8 Initial commit 1 год назад

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