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

1 line
1.1 KiB
JSON

{"ast":null,"code":"/**\n * Checks if a `cache` value for `key` exists.\n *\n * @private\n * @param {Object} cache The cache to query.\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 cacheHas(cache, key) {\n return cache.has(key);\n}\nmodule.exports = cacheHas;","map":{"version":3,"names":["cacheHas","cache","key","has","module","exports"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/lodash/_cacheHas.js"],"sourcesContent":["/**\n * Checks if a `cache` value for `key` exists.\n *\n * @private\n * @param {Object} cache The cache to query.\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 cacheHas(cache, key) {\n return cache.has(key);\n}\n\nmodule.exports = cacheHas;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,QAAQA,CAACC,KAAK,EAAEC,GAAG,EAAE;EAC5B,OAAOD,KAAK,CAACE,GAAG,CAACD,GAAG,CAAC;AACvB;AAEAE,MAAM,CAACC,OAAO,GAAGL,QAAQ","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}