npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

has-override-mistake

1.0.1

@ljharb

npmHomeRepoSnykSocket
Downloads:1330
$ npm install has-override-mistake
DailyWeeklyMonthlyYearly

has-override-mistake Version Badge

github actions coverage License Downloads

npm badge

Determine whether the environment has the so-called "override mistake" - [[Set]]ing a property whose ancestor is nonwritable throws.

Example

var hasOverrideMistake = require('has-override-mistake');
var assert = require('assert');

assert.equal(typeof hasOverrideMistake(), 'boolean', 'returns true or false');

Tests

Simply clone the repo, npm install, and run npm test