UNPKG

es-iterator-helpers

Version:

An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.

8 lines (5 loc) 135 B
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return implementation; };