{"version":3,"file":"vendors-lodash~my-page-app~LinkListSection~e208e1b72290773a0112adeca43d62f3.chunk.82599486d590a507cab2.js","mappings":"sFAAAA,EAAOC,QAAU,EAAjB,I,kBCsBAD,EAAOC,QAJP,SAAcC,GACZ,OAAQA,GAASA,EAAMC,OAAUD,EAAM,QAAKE,CAC9C,C","sources":["webpack://Kristiania.Web/./node_modules/lodash/first.js","webpack://Kristiania.Web/./node_modules/lodash/head.js"],"sourcesContent":["module.exports = require('./head');\n","/**\n * Gets the first element of `array`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @alias first\n * @category Array\n * @param {Array} array The array to query.\n * @returns {*} Returns the first element of `array`.\n * @example\n *\n * _.head([1, 2, 3]);\n * // => 1\n *\n * _.head([]);\n * // => undefined\n */\nfunction head(array) {\n return (array && array.length) ? array[0] : undefined;\n}\n\nmodule.exports = head;\n"],"names":["module","exports","array","length","undefined"],"sourceRoot":""}