NET-Web-API-w-Angular/my-app/node_modules/has-proto
2024-02-08 19:38:41 -05:00
..
.github Updated the files. 2024-02-08 19:38:41 -05:00
test Updated the files. 2024-02-08 19:38:41 -05:00
.eslintrc Updated the files. 2024-02-08 19:38:41 -05:00
CHANGELOG.md Updated the files. 2024-02-08 19:38:41 -05:00
index.js Updated the files. 2024-02-08 19:38:41 -05:00
LICENSE Updated the files. 2024-02-08 19:38:41 -05:00
package.json Updated the files. 2024-02-08 19:38:41 -05:00
README.md Updated the files. 2024-02-08 19:38:41 -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