Internet_Programming_PIbd-2.../node_modules/has-proto
2023-12-22 12:45:04 +04:00
..
.github commit 2023-12-22 12:45:04 +04:00
test commit 2023-12-22 12:45:04 +04:00
.eslintrc commit 2023-12-22 12:45:04 +04:00
CHANGELOG.md commit 2023-12-22 12:45:04 +04:00
index.js commit 2023-12-22 12:45:04 +04:00
LICENSE commit 2023-12-22 12:45:04 +04:00
package.json commit 2023-12-22 12:45:04 +04:00
README.md commit 2023-12-22 12:45:04 +04: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