cs50/node_modules/has-proto
Dr. Sascha Woitschetzki e55abc64ff http-server 2024-03-11 10:02:51 +07:00
..
.github http-server 2024-03-11 10:02:51 +07:00
test http-server 2024-03-11 10:02:51 +07:00
.eslintrc http-server 2024-03-11 10:02:51 +07:00
CHANGELOG.md http-server 2024-03-11 10:02:51 +07:00
LICENSE http-server 2024-03-11 10:02:51 +07:00
README.md http-server 2024-03-11 10:02:51 +07:00
index.d.ts http-server 2024-03-11 10:02:51 +07:00
index.js http-server 2024-03-11 10:02:51 +07:00
package.json http-server 2024-03-11 10:02:51 +07:00
tsconfig.json http-server 2024-03-11 10:02:51 +07: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