UNPKG

666 BJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define([], factory);
4 } else if (typeof exports !== "undefined") {
5 factory();
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory();
11 global.linkConfig = mod.exports;
12 }
13})(this, function () {
14 /**
15 * Copyright IBM Corp. 2016, 2018
16 *
17 * This source code is licensed under the Apache-2.0 license found in the
18 * LICENSE file in the root directory of this source tree.
19 */
20 'use strict';
21
22 var _require = require('../../globals/js/settings'),
23 prefix = _require.prefix;
24
25 module.exports = {
26 context: {
27 prefix: prefix
28 }
29 };
30});
\No newline at end of file