Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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