UNPKG

react-native-web-headroom

Version:
15 lines (10 loc) 415 B
'use strict'; // Object.values/Object.entries are stage 4, in ES2017 require('object.values/shim')(); require('object.entries/shim')(); // String#padStart/String#padEnd are stage 4, in ES2017 require('string.prototype.padstart/shim')(); require('string.prototype.padend/shim')(); // Object.getOwnPropertyDescriptors is stage 4, in ES2017 require('object.getownpropertydescriptors/shim')(); require('./es2018');