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