UNPKG

@polyfill-io-aot/builder

Version:

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

11 lines 572 B
"use strict"; const index_1 = require("./versions/index"); module.exports = function* uaGenerator() { for (let major = index_1.Versions.samsung.min; major <= index_1.Versions.samsung.max; major++) { for (const minor of index_1.Versions.samsung.steps) { //tslint:disable-next-line:max-line-length yield `Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-N920C Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/${major}.${minor} Chrome/56.0.2924.87 Mobile Safari/537.36`; } } }; //# sourceMappingURL=samsung.js.map