personnal/ecole/node_modules copy/has-proto
Alexis Burnaz 23ce270077 tfac be like, last ver 2026-06-12 10:19:12 +02:00
..
.github tfac be like, last ver 2026-06-12 10:19:12 +02:00
test tfac be like, last ver 2026-06-12 10:19:12 +02:00
.eslintrc tfac be like, last ver 2026-06-12 10:19:12 +02:00
CHANGELOG.md tfac be like, last ver 2026-06-12 10:19:12 +02:00
LICENSE tfac be like, last ver 2026-06-12 10:19:12 +02:00
README.md tfac be like, last ver 2026-06-12 10:19:12 +02:00
index.js tfac be like, last ver 2026-06-12 10:19:12 +02:00
package.json tfac be like, last ver 2026-06-12 10:19:12 +02:00

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