dragonroll/backend/node_modules/has-proto
2024-09-21 19:08:36 +02:00
..
.github Prepared for pushing 2024-09-21 19:08:36 +02:00
test Prepared for pushing 2024-09-21 19:08:36 +02:00
.eslintrc Prepared for pushing 2024-09-21 19:08:36 +02:00
CHANGELOG.md Prepared for pushing 2024-09-21 19:08:36 +02:00
index.d.ts Prepared for pushing 2024-09-21 19:08:36 +02:00
index.js Prepared for pushing 2024-09-21 19:08:36 +02:00
LICENSE Prepared for pushing 2024-09-21 19:08:36 +02:00
package.json Prepared for pushing 2024-09-21 19:08:36 +02:00
README.md Prepared for pushing 2024-09-21 19:08:36 +02:00
tsconfig.json Prepared for pushing 2024-09-21 19:08:36 +02: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