JS language shims used by Airbnb.
Just require/import it, and the environment will be shimmed.
Included shims:
- es5-shim
- es5-sham
- es6-shim
- Array.prototype.includes (ES7/ES2016)
- Object.entries (ES8/ES2017)
- Object.values (ES8/ES2017)
- String.prototype.padStart (ES8/ES2017)
- String.prototype.padEnd (ES8/ES2017)
- requestIdleCallback