mirror of
https://github.com/actions/setup-node.git
synced 2025-07-27 00:48:24 +02:00
.
This commit is contained in:
parent
8affe1ed56
commit
760046e9f2
7278 changed files with 0 additions and 1778943 deletions
13
node_modules/lodash/_cacheHas.js
generated
vendored
13
node_modules/lodash/_cacheHas.js
generated
vendored
|
@ -1,13 +0,0 @@
|
|||
/**
|
||||
* Checks if a `cache` value for `key` exists.
|
||||
*
|
||||
* @private
|
||||
* @param {Object} cache The cache to query.
|
||||
* @param {string} key The key of the entry to check.
|
||||
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
||||
*/
|
||||
function cacheHas(cache, key) {
|
||||
return cache.has(key);
|
||||
}
|
||||
|
||||
module.exports = cacheHas;
|
Loading…
Add table
Add a link
Reference in a new issue