Files
portfolio/node_modules/.cache/babel-loader/bd23a4356469cc6b091e5e857ba417fb.json
2021-09-20 16:54:47 -04:00

1 line
1.1 KiB
JSON

{"ast":null,"code":"/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;","map":{"version":3,"sources":["/Users/tylerkoenig/Code/personal/react-scss2/node_modules/lodash/_getValue.js"],"names":["getValue","object","key","undefined","module","exports"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,QAAT,CAAkBC,MAAlB,EAA0BC,GAA1B,EAA+B;AAC7B,SAAOD,MAAM,IAAI,IAAV,GAAiBE,SAAjB,GAA6BF,MAAM,CAACC,GAAD,CAA1C;AACD;;AAEDE,MAAM,CAACC,OAAP,GAAiBL,QAAjB","sourcesContent":["/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n"]},"metadata":{},"sourceType":"script"}