forked from dachan/dach
1
0
Fork 0
dach/node_modules/has-proto
leca 30228b54ae a lot of changes 2023-10-22 22:39:45 +03:00
..
.github a lot of changes 2023-10-22 22:39:45 +03:00
test a lot of changes 2023-10-22 22:39:45 +03:00
.eslintrc a lot of changes 2023-10-22 22:39:45 +03:00
CHANGELOG.md a lot of changes 2023-10-22 22:39:45 +03:00
LICENSE a lot of changes 2023-10-22 22:39:45 +03:00
README.md a lot of changes 2023-10-22 22:39:45 +03:00
index.js a lot of changes 2023-10-22 22:39:45 +03:00
package.json a lot of changes 2023-10-22 22:39:45 +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