UNPKG

@spartacus/user

Version:

User feature library for Spartacus

36 lines (30 loc) 1.26 kB
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@spartacus/user/account'), require('@spartacus/user/profile')) : typeof define === 'function' && define.amd ? define('@spartacus/user', ['exports', '@spartacus/user/account', '@spartacus/user/profile'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.spartacus = global.spartacus || {}, global.spartacus.user = {}), global.spartacus.user.account, global.spartacus.user.profile)); }(this, (function (exports, account, profile) { 'use strict'; /* * Public API Surface of user */ /** * Generated bundle index. Do not edit. */ Object.keys(account).forEach(function (k) { if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, { enumerable: true, get: function () { return account[k]; } }); }); Object.keys(profile).forEach(function (k) { if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, { enumerable: true, get: function () { return profile[k]; } }); }); Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=spartacus-user.umd.js.map