UNPKG

react-native-web-headroom

Version:
8 lines (6 loc) 200 B
'use strict'; module.exports = function requirePromise() { if (typeof Promise !== 'function') { throw new TypeError('`Promise.prototype.finally` requires a global `Promise` be available.'); } };