/ c4f / front / node_modules / has-proto /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/8 months ago -  
[TXT]CHANGELOG.md8 months ago2.1K 
[   ]LICENSE8 months ago1.0K 
[TXT]README.md8 months ago1.6K 
[TXT]index.d.ts8 months ago 57  
[   ]index.js8 months ago302  
[   ]package.json8 months ago2.0K 
[   ]tsconfig.json8 months ago3.5K 
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

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80