UNPKG

ut-tools

Version:

Build and Release management automation package.

10 lines (6 loc) 232 B
'use strict'; var implementation = require('./implementation'); var $Iterator = require('../Iterator'); module.exports = function getPolyfill() { return typeof $Iterator.from === 'function' ? $Iterator.from : implementation; };