pixelbattle/node_modules/has-proto
leca eb425f4400 implemented basic client-server communication 2023-07-31 19:18:21 +03:00
..
.github implemented basic client-server communication 2023-07-31 19:18:21 +03:00
test implemented basic client-server communication 2023-07-31 19:18:21 +03:00
.eslintrc implemented basic client-server communication 2023-07-31 19:18:21 +03:00
CHANGELOG.md implemented basic client-server communication 2023-07-31 19:18:21 +03:00
LICENSE implemented basic client-server communication 2023-07-31 19:18:21 +03:00
README.md implemented basic client-server communication 2023-07-31 19:18:21 +03:00
index.js implemented basic client-server communication 2023-07-31 19:18:21 +03:00
package.json implemented basic client-server communication 2023-07-31 19:18:21 +03:00

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