Node-Red configuration
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dirk Alders 97486731b5 Dashboard 2 - EG-West il y a 4 mois
..
.github Dashboard 2 - EG-West il y a 4 mois
test Dashboard 2 - EG-West il y a 4 mois
.eslintrc Dashboard 2 - EG-West il y a 4 mois
CHANGELOG.md Dashboard 2 - EG-West il y a 4 mois
LICENSE Dashboard 2 - EG-West il y a 4 mois
README.md Dashboard 2 - EG-West il y a 4 mois
index.d.ts Dashboard 2 - EG-West il y a 4 mois
index.js Dashboard 2 - EG-West il y a 4 mois
package.json Dashboard 2 - EG-West il y a 4 mois
tsconfig.json Dashboard 2 - EG-West il y a 4 mois

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