电速宝
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
dong 488fa3b88d 更换接口日常优化 1 ano atrás
..
.github 更换接口日常优化 1 ano atrás
test 更换接口日常优化 1 ano atrás
.eslintrc 更换接口日常优化 1 ano atrás
CHANGELOG.md 更换接口日常优化 1 ano atrás
LICENSE 更换接口日常优化 1 ano atrás
README.md 更换接口日常优化 1 ano atrás
index.d.ts 更换接口日常优化 1 ano atrás
index.js 更换接口日常优化 1 ano atrás
package.json 更换接口日常优化 1 ano atrás
tsconfig.json 更换接口日常优化 1 ano atrás

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