AJNB 376d9cfaf8 hjj 5 ماه پیش
..
.github 376d9cfaf8 hjj 5 ماه پیش
test 376d9cfaf8 hjj 5 ماه پیش
.eslintrc 376d9cfaf8 hjj 5 ماه پیش
CHANGELOG.md 376d9cfaf8 hjj 5 ماه پیش
LICENSE 376d9cfaf8 hjj 5 ماه پیش
README.md 376d9cfaf8 hjj 5 ماه پیش
index.d.ts 376d9cfaf8 hjj 5 ماه پیش
index.js 376d9cfaf8 hjj 5 ماه پیش
package.json 376d9cfaf8 hjj 5 ماه پیش
tsconfig.json 376d9cfaf8 hjj 5 ماه پیش

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