UNPKG

@teambit/user-agent

Version:
26 lines (24 loc) 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "UserAgentAspect", { enumerable: true, get: function () { return _userAgent().UserAgentAspect; } }); Object.defineProperty(exports, "default", { enumerable: true, get: function () { return _userAgent().UserAgentAspect; } }); function _userAgent() { const data = require("./user-agent.aspect"); _userAgent = function () { return data; }; return data; } //# sourceMappingURL=index.js.map