刘琳琳 97c35fdf0d 航汇HHArome小程序容器演示 пре 2 месеци
..
.eslintrc 97c35fdf0d 航汇HHArome小程序容器演示 пре 2 месеци
CHANGELOG.md 97c35fdf0d 航汇HHArome小程序容器演示 пре 2 месеци
LICENSE 97c35fdf0d 航汇HHArome小程序容器演示 пре 2 месеци
README.md 97c35fdf0d 航汇HHArome小程序容器演示 пре 2 месеци
index.d.ts 97c35fdf0d 航汇HHArome小程序容器演示 пре 2 месеци
index.js 97c35fdf0d 航汇HHArome小程序容器演示 пре 2 месеци
package.json 97c35fdf0d 航汇HHArome小程序容器演示 пре 2 месеци
tsconfig.json 97c35fdf0d 航汇HHArome小程序容器演示 пре 2 месеци

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