UNPKG

longdown

Version:

Convert longform markdown files to outline format used by Logseq

14 lines (12 loc) 560 B
import "./cljs_env.js"; 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