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

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