Files
ETB/ETB-FrontEnd/node_modules/.cache/babel-loader/07be3fe5fdd06fcdae588c027bfa06e56da17a4f723429cef494d4a7ae5796e7.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

1 line
1.3 KiB
JSON

{"ast":null,"code":"var getMapData = require('./_getMapData');\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\nmodule.exports = mapCacheHas;","map":{"version":3,"names":["getMapData","require","mapCacheHas","key","has","module","exports"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/lodash/_mapCacheHas.js"],"sourcesContent":["var getMapData = require('./_getMapData');\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\nmodule.exports = mapCacheHas;\n"],"mappings":"AAAA,IAAIA,UAAU,GAAGC,OAAO,CAAC,eAAe,CAAC;;AAEzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASC,WAAWA,CAACC,GAAG,EAAE;EACxB,OAAOH,UAAU,CAAC,IAAI,EAAEG,GAAG,CAAC,CAACC,GAAG,CAACD,GAAG,CAAC;AACvC;AAEAE,MAAM,CAACC,OAAO,GAAGJ,WAAW","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}