SmartStorage/node_modules/has-proto
13218645326 c4c497a65b 接口调试退料接收 2023-12-24 13:23:39 +08:00
..
.github 接口调试退料接收 2023-12-24 13:23:39 +08:00
test 接口调试退料接收 2023-12-24 13:23:39 +08:00
.eslintrc 接口调试退料接收 2023-12-24 13:23:39 +08:00
CHANGELOG.md 接口调试退料接收 2023-12-24 13:23:39 +08:00
LICENSE 接口调试退料接收 2023-12-24 13:23:39 +08:00
README.md 接口调试退料接收 2023-12-24 13:23:39 +08:00
index.js 接口调试退料接收 2023-12-24 13:23:39 +08:00
package.json 接口调试退料接收 2023-12-24 13:23:39 +08:00

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