index.js 95 B

1234
  1. module.exports = (typeof Array.from === 'function' ?
  2. Array.from :
  3. require('./polyfill')
  4. );