index.js 101 B

1234
  1. /* global window */
  2. 'use strict';
  3. module.exports = require('./ponyfill')(global || window || this);