UNPKG

@polyfill-io-aot/builder

Version:

This is the builder module for polyfill-io-aot.

8 lines 324 B
"use strict"; const index_1 = require("./versions/index"); module.exports = function* uaGenerator() { for (let i = index_1.Versions.ie.ie.min; i <= index_1.Versions.ie.ie.max; i++) { yield `HTC_Touch_3G Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile ${i}.0)`; } }; //# sourceMappingURL=ie_mob.js.map