904118851 80e7af0830 123 2 tygodni temu
..
.github 80e7af0830 123 2 tygodni temu
test 80e7af0830 123 2 tygodni temu
.eslintrc 80e7af0830 123 2 tygodni temu
CHANGELOG.md 80e7af0830 123 2 tygodni temu
LICENSE 80e7af0830 123 2 tygodni temu
README.md 80e7af0830 123 2 tygodni temu
index.d.ts 80e7af0830 123 2 tygodni temu
index.js 80e7af0830 123 2 tygodni temu
package.json 80e7af0830 123 2 tygodni temu
tsconfig.json 80e7af0830 123 2 tygodni 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