mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-21 13:34:46 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
16
node_modules/lodash/_mapCacheHas.js
generated
vendored
16
node_modules/lodash/_mapCacheHas.js
generated
vendored
|
@ -1,16 +0,0 @@
|
|||
var getMapData = require('./_getMapData');
|
||||
|
||||
/**
|
||||
* Checks if a map value for `key` exists.
|
||||
*
|
||||
* @private
|
||||
* @name has
|
||||
* @memberOf MapCache
|
||||
* @param {string} key The key of the entry to check.
|
||||
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
||||
*/
|
||||
function mapCacheHas(key) {
|
||||
return getMapData(this, key).has(key);
|
||||
}
|
||||
|
||||
module.exports = mapCacheHas;
|
Loading…
Add table
Add a link
Reference in a new issue