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

1 line
1.7 KiB
JSON

{"ast":null,"code":"var baseCreate = require('./_baseCreate'),\n getPrototype = require('./_getPrototype'),\n isPrototype = require('./_isPrototype');\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\n\n\nfunction initCloneObject(object) {\n return typeof object.constructor == 'function' && !isPrototype(object) ? baseCreate(getPrototype(object)) : {};\n}\n\nmodule.exports = initCloneObject;","map":{"version":3,"sources":["/Users/tylerkoenig/Code/personal/react-scss2/node_modules/lodash/_initCloneObject.js"],"names":["baseCreate","require","getPrototype","isPrototype","initCloneObject","object","constructor","module","exports"],"mappings":"AAAA,IAAIA,UAAU,GAAGC,OAAO,CAAC,eAAD,CAAxB;AAAA,IACIC,YAAY,GAAGD,OAAO,CAAC,iBAAD,CAD1B;AAAA,IAEIE,WAAW,GAAGF,OAAO,CAAC,gBAAD,CAFzB;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA,SAASG,eAAT,CAAyBC,MAAzB,EAAiC;AAC/B,SAAQ,OAAOA,MAAM,CAACC,WAAd,IAA6B,UAA7B,IAA2C,CAACH,WAAW,CAACE,MAAD,CAAxD,GACHL,UAAU,CAACE,YAAY,CAACG,MAAD,CAAb,CADP,GAEH,EAFJ;AAGD;;AAEDE,MAAM,CAACC,OAAP,GAAiBJ,eAAjB","sourcesContent":["var baseCreate = require('./_baseCreate'),\n getPrototype = require('./_getPrototype'),\n isPrototype = require('./_isPrototype');\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\nmodule.exports = initCloneObject;\n"]},"metadata":{},"sourceType":"script"}