UNPKG

react-native-web-headroom

Version:
20 lines (14 loc) 435 B
'use strict'; var define = require('define-properties'); var bind = require('function-bind'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var polyfill = getPolyfill(); var shim = require('./shim'); var boundFlatMap = bind.call(Function.call, polyfill); define(boundFlatMap, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = boundFlatMap;