innhibit/site/node_modules/has-proto
2024-01-18 16:17:13 -05:00
..
.github refactor: reorganized repo 2024-01-18 16:17:13 -05:00
test refactor: reorganized repo 2024-01-18 16:17:13 -05:00
.eslintrc refactor: reorganized repo 2024-01-18 16:17:13 -05:00
CHANGELOG.md refactor: reorganized repo 2024-01-18 16:17:13 -05:00
index.js refactor: reorganized repo 2024-01-18 16:17:13 -05:00
LICENSE refactor: reorganized repo 2024-01-18 16:17:13 -05:00
package.json refactor: reorganized repo 2024-01-18 16:17:13 -05:00
README.md refactor: reorganized repo 2024-01-18 16:17:13 -05: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