UNPKG

@polyfill-io-aot/builder

Version:

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

9 lines 388 B
"use strict"; const range = require("lodash/range"); const index_1 = require("./versions/index"); module.exports = function* uaGenerator() { yield* index_1.Versions.opMob.static .concat(range(index_1.Versions.opera.min, index_1.Versions.opera.max).map((v) => `${v}.0`)) .map((v) => `Opera/${v} (Linux ppc64 ; U; en) Presto/2.2.1`); }; //# sourceMappingURL=opera.js.map