patches property descriptor functions so you can configure "non-configurable" properties of objects
Install
npm install property-lolscriptors
Use
var patchPropertyDescriptors = ;var redefine = ; var x = {}; Object; // x.y => 5 // throws TypeError:Object; // x.y => 5 // will not throw TypeError; // x.y => 10
license
MIT