AJNB 376d9cfaf8 hjj vor 5 Monaten
..
.github 376d9cfaf8 hjj vor 5 Monaten
test 376d9cfaf8 hjj vor 5 Monaten
.eslintrc 376d9cfaf8 hjj vor 5 Monaten
CHANGELOG.md 376d9cfaf8 hjj vor 5 Monaten
LICENSE 376d9cfaf8 hjj vor 5 Monaten
README.md 376d9cfaf8 hjj vor 5 Monaten
index.d.ts 376d9cfaf8 hjj vor 5 Monaten
index.js 376d9cfaf8 hjj vor 5 Monaten
package.json 376d9cfaf8 hjj vor 5 Monaten
tsconfig.json 376d9cfaf8 hjj vor 5 Monaten

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