@polyfill-io-aot/builder
Version:
This is the builder module for polyfill-io-aot.
8 lines • 326 B
JavaScript
;
const versions_1 = require("./versions");
module.exports = function* uaGenerator() {
for (let i = versions_1.Versions.firefox.min; i <= versions_1.Versions.firefox.max; i++) {
yield `Mozilla/5.0 (X11; Linux i586; rv:${i}.0) Gecko/20100101 Firefox/${i}.0`;
}
};
//# sourceMappingURL=firefox.js.map