car_web/node_modules/has-proto
xzk ebc92e61aa 许兆坤 2024-03-15 14:19:19 +08:00
..
test 许兆坤 2024-03-15 14:19:19 +08:00
README.md 许兆坤 2024-03-15 14:19:19 +08: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