'use strict'; var defineProperties = require('define-properties'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); var polyfill = getPolyfill(); defineProperties(polyfill, { implementation: implementation, getPolyfill: getPolyfill, shim: shim }); module.exports = polyfill;