17 lines
860 B
JavaScript
17 lines
860 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.GoogleSearchUrls = void 0;
|
|
var GoogleSearchUrls;
|
|
(function (GoogleSearchUrls) {
|
|
GoogleSearchUrls["EN"] = "https://www.google.com/";
|
|
GoogleSearchUrls["DE"] = "https://www.google.de/";
|
|
GoogleSearchUrls["FR"] = "https://www.google.fr/";
|
|
GoogleSearchUrls["ES"] = "https://www.google.es/";
|
|
GoogleSearchUrls["IT"] = "https://www.google.it/";
|
|
GoogleSearchUrls["PT"] = "https://www.google.pt/";
|
|
GoogleSearchUrls["RU"] = "https://www.google.ru/";
|
|
GoogleSearchUrls["JP"] = "https://www.google.co.jp/";
|
|
GoogleSearchUrls["ZH"] = "https://www.google.com.hk/";
|
|
GoogleSearchUrls["UK"] = "https://www.google.co.uk/";
|
|
})(GoogleSearchUrls = exports.GoogleSearchUrls || (exports.GoogleSearchUrls = {}));
|
|
//# sourceMappingURL=google.js.map
|