Node-Red configuration
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Dirk Alders 97486731b5 Dashboard 2 - EG-West 4 个月前
..
.github Dashboard 2 - EG-West 4 个月前
test Dashboard 2 - EG-West 4 个月前
.eslintrc Dashboard 2 - EG-West 4 个月前
CHANGELOG.md Dashboard 2 - EG-West 4 个月前
LICENSE Dashboard 2 - EG-West 4 个月前
README.md Dashboard 2 - EG-West 4 个月前
index.d.ts Dashboard 2 - EG-West 4 个月前
index.js Dashboard 2 - EG-West 4 个月前
package.json Dashboard 2 - EG-West 4 个月前
tsconfig.json Dashboard 2 - EG-West 4 个月前

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