1 # Polyfill for `Object.setPrototypeOf`
3 A simple cross platform implementation to set the prototype of an instianted object. Supports all modern browsers and at least back to IE8.
8 $ npm install --save setprototypeof
12 var setPrototypeOf = require('setprototypeof');