{"version":3,"file":"_baseProperty-G6bxC4Ya.js","sources":["../../../node_modules/lodash/_baseProperty.js"],"sourcesContent":["/**\n * The base implementation of `_.property` without support for deep paths.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction baseProperty(key) {\n return function(object) {\n return object == null ? undefined : object[key];\n };\n}\n\nmodule.exports = baseProperty;\n"],"names":["baseProperty","key","object","_baseProperty"],"mappings":"AAOA,SAASA,EAAaC,EAAK,CACzB,OAAO,SAASC,EAAQ,CACtB,OAAOA,GAAU,KAAO,OAAYA,EAAOD,CAAG,CAClD,CACA,CAEA,IAAAE,EAAiBH","x_google_ignoreList":[0]}