7fife-backend/node_modules/has-proto
Nawaaz 3362fdbfc8 update code 2024-03-07 18:31:44 +05:30
..
.github update code 2024-03-07 18:31:44 +05:30
test update code 2024-03-07 18:31:44 +05:30
.eslintrc update code 2024-03-07 18:31:44 +05:30
CHANGELOG.md update code 2024-03-07 18:31:44 +05:30
LICENSE update code 2024-03-07 18:31:44 +05:30
README.md update code 2024-03-07 18:31:44 +05:30
index.d.ts update code 2024-03-07 18:31:44 +05:30
index.js update code 2024-03-07 18:31:44 +05:30
package.json update code 2024-03-07 18:31:44 +05:30
tsconfig.json update code 2024-03-07 18:31:44 +05:30

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