codestats-readme/node_modules/has-proto
2023-09-23 12:48:08 +02:00
..
.github action v0.1 2023-09-23 12:48:08 +02:00
test action v0.1 2023-09-23 12:48:08 +02:00
.eslintrc action v0.1 2023-09-23 12:48:08 +02:00
CHANGELOG.md action v0.1 2023-09-23 12:48:08 +02:00
index.js action v0.1 2023-09-23 12:48:08 +02:00
LICENSE action v0.1 2023-09-23 12:48:08 +02:00
package.json action v0.1 2023-09-23 12:48:08 +02:00
README.md action v0.1 2023-09-23 12:48:08 +02: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