web_react/admin_dashboard/server/node_modules/has-proto
2024-04-02 20:30:24 -05:00
..
.github initial commit 2024-04-02 20:30:24 -05:00
test initial commit 2024-04-02 20:30:24 -05:00
.eslintrc initial commit 2024-04-02 20:30:24 -05:00
CHANGELOG.md initial commit 2024-04-02 20:30:24 -05:00
index.d.ts initial commit 2024-04-02 20:30:24 -05:00
index.js initial commit 2024-04-02 20:30:24 -05:00
LICENSE initial commit 2024-04-02 20:30:24 -05:00
package.json initial commit 2024-04-02 20:30:24 -05:00
README.md initial commit 2024-04-02 20:30:24 -05:00
tsconfig.json initial commit 2024-04-02 20:30:24 -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