904118851 80e7af0830 123 2 veckor sedan
..
.github 80e7af0830 123 2 veckor sedan
test 80e7af0830 123 2 veckor sedan
.eslintrc 80e7af0830 123 2 veckor sedan
CHANGELOG.md 80e7af0830 123 2 veckor sedan
LICENSE 80e7af0830 123 2 veckor sedan
README.md 80e7af0830 123 2 veckor sedan
index.d.ts 80e7af0830 123 2 veckor sedan
index.js 80e7af0830 123 2 veckor sedan
package.json 80e7af0830 123 2 veckor sedan
tsconfig.json 80e7af0830 123 2 veckor sedan

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