tvbox_config/open/node_modules/has-proto
liushiquan 36ab603d34 init
2024-06-01 22:41:46 +08:00
..
.github init 2024-06-01 22:41:46 +08:00
test init 2024-06-01 22:41:46 +08:00
.eslintrc init 2024-06-01 22:41:46 +08:00
CHANGELOG.md init 2024-06-01 22:41:46 +08:00
index.js init 2024-06-01 22:41:46 +08:00
LICENSE init 2024-06-01 22:41:46 +08:00
package.json init 2024-06-01 22:41:46 +08:00
README.md init 2024-06-01 22:41:46 +08: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