slovocast/app/node_modules/has-proto
2024-04-25 22:37:41 -04:00
..
.github Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00
test Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00
.eslintrc Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00
CHANGELOG.md Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00
index.d.ts Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00
index.js Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00
LICENSE Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00
package.json Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00
README.md Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00
tsconfig.json Get express going with handlebars for the app, maybe, this time. 2024-04-25 22:37:41 -04:00

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