rhb-server/mes-ui/rhb-app/node_modules/has-proto
2025-10-20 11:14:41 +08:00
..
.github 初始化 2025-10-20 11:14:41 +08:00
test 初始化 2025-10-20 11:14:41 +08:00
.eslintrc 初始化 2025-10-20 11:14:41 +08:00
CHANGELOG.md 初始化 2025-10-20 11:14:41 +08:00
index.d.ts 初始化 2025-10-20 11:14:41 +08:00
index.js 初始化 2025-10-20 11:14:41 +08:00
LICENSE 初始化 2025-10-20 11:14:41 +08:00
package.json 初始化 2025-10-20 11:14:41 +08:00
README.md 初始化 2025-10-20 11:14:41 +08:00
tsconfig.json 初始化 2025-10-20 11:14:41 +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