index.js 89 B

12345
  1. 'use strict';
  2. var getPolyfill = require('./polyfill');
  3. module.exports = getPolyfill();