Cypress_TS/CY_Auta_TS/automaty/node_modules/has-proto
Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00
..
.github údržba 2023-08-15 18:35:50 +02:00
test údržba 2023-08-15 18:35:50 +02:00
.eslintrc údržba 2023-08-15 18:35:50 +02:00
CHANGELOG.md údržba 2023-08-15 18:35:50 +02:00
index.js údržba 2023-08-15 18:35:50 +02:00
LICENSE údržba 2023-08-15 18:35:50 +02:00
package.json údržba 2023-08-15 18:35:50 +02:00
README.md údržba 2023-08-15 18:35:50 +02:00

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