tree: c19e21f94577188d1c52d41b985d40dd42e6e97c [path history] [tgz]
  1. .github/
  2. test/
  3. .eslintrc
  4. CHANGELOG.md
  5. index.d.ts
  6. index.js
  7. LICENSE
  8. package.json
  9. README.md
  10. tsconfig.json
node_modules/has-proto/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