initial commit

This commit is contained in:
2026-07-01 22:38:29 -06:00
commit 9302ad8dce
1662 changed files with 140758 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
goog.loadModule(function(exports) {
"use strict";
goog.module("goog.labs.userAgent.highEntropy.highEntropyData");
const {HighEntropyValue} = goog.require("goog.labs.userAgent.highEntropy.highEntropyValue");
const fullVersionList = new HighEntropyValue("fullVersionList");
exports.fullVersionList = fullVersionList;
const platformVersion = new HighEntropyValue("platformVersion");
exports.platformVersion = platformVersion;
return exports;
});
//# sourceMappingURL=goog.labs.useragent.highentropy.highentropydata.js.map