AR/node_modules/has-proto
omar salah 22f2a26274 init 2024-06-14 01:11:06 +03:00
..
.github init 2024-06-14 01:11:06 +03:00
test init 2024-06-14 01:11:06 +03:00
.eslintrc init 2024-06-14 01:11:06 +03:00
CHANGELOG.md init 2024-06-14 01:11:06 +03:00
LICENSE init 2024-06-14 01:11:06 +03:00
README.md init 2024-06-14 01:11:06 +03:00
index.d.ts init 2024-06-14 01:11:06 +03:00
index.js init 2024-06-14 01:11:06 +03:00
package.json init 2024-06-14 01:11:06 +03:00
tsconfig.json init 2024-06-14 01:11:06 +03: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