@polyfill-io-aot/builder
Version:
This is the builder module for polyfill-io-aot.
8 lines • 350 B
JavaScript
;
const index_1 = require("./versions/index");
module.exports = function* uaGenerator() {
for (let i = index_1.Versions.chrome.min; i <= index_1.Versions.chrome.max; i++) {
yield `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/${i}.0.0 Safari/537.36`;
}
};
//# sourceMappingURL=chrome.js.map