mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-07-24 09:35:41 +00:00
auto-commit for 8283eed7-b15a-4df4-b06f-096ffafb3ec7
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n /**\n * Gets the value at `key`, unless `key` is \"__proto__\" or \"constructor\".\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 */\n function safeGet(object, key) {\n if (key === 'constructor' && typeof object[key] === 'function') {\n return;\n }\n if (key == '__proto__') {\n return;\n }\n return object[key];\n }\n module.exports = safeGet;\n});","lineCount":20,"map":[[2,2,1,0],[3,0,2,0],[4,0,3,0],[5,0,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,2,9,0],[10,11,9,9,"safeGet"],[10,18,9,16,"safeGet"],[10,19,9,17,"object"],[10,25,9,23],[10,27,9,25,"key"],[10,30,9,28],[10,32,9,30],[11,4,10,2],[11,8,10,6,"key"],[11,11,10,9],[11,16,10,14],[11,29,10,27],[11,33,10,31],[11,40,10,38,"object"],[11,46,10,44],[11,47,10,45,"key"],[11,50,10,48],[11,51,10,49],[11,56,10,54],[11,66,10,64],[11,68,10,66],[12,6,11,4],[13,4,12,2],[14,4,14,2],[14,8,14,6,"key"],[14,11,14,9],[14,15,14,13],[14,26,14,24],[14,28,14,26],[15,6,15,4],[16,4,16,2],[17,4,18,2],[17,11,18,9,"object"],[17,17,18,15],[17,18,18,16,"key"],[17,21,18,19],[17,22,18,20],[18,2,19,0],[19,2,21,0,"module"],[19,8,21,6],[19,9,21,7,"exports"],[19,16,21,14],[19,19,21,17,"safeGet"],[19,26,21,24],[20,0,21,25],[20,3]],"functionMap":{"names":["<global>","safeGet"],"mappings":"AAA;ACQ;CDU"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user