devsite/node_modules/has-proto
2024-07-07 18:49:38 -07:00
..
.github more 2024-07-07 18:49:38 -07:00
test more 2024-07-07 18:49:38 -07:00
.eslintrc more 2024-07-07 18:49:38 -07:00
CHANGELOG.md more 2024-07-07 18:49:38 -07:00
index.d.ts more 2024-07-07 18:49:38 -07:00
index.js more 2024-07-07 18:49:38 -07:00
LICENSE more 2024-07-07 18:49:38 -07:00
package.json more 2024-07-07 18:49:38 -07:00
README.md more 2024-07-07 18:49:38 -07:00
tsconfig.json more 2024-07-07 18:49:38 -07:00

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