Function/node_modules/has-proto
Unknown 46deb1c0ef a
2024-06-04 17:46:01 -07:00
..
.github a 2024-06-04 17:46:01 -07:00
test a 2024-06-04 17:46:01 -07:00
.eslintrc a 2024-06-04 17:46:01 -07:00
CHANGELOG.md a 2024-06-04 17:46:01 -07:00
index.d.ts a 2024-06-04 17:46:01 -07:00
index.js a 2024-06-04 17:46:01 -07:00
LICENSE a 2024-06-04 17:46:01 -07:00
package.json a 2024-06-04 17:46:01 -07:00
README.md a 2024-06-04 17:46:01 -07:00
tsconfig.json a 2024-06-04 17:46:01 -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