swagger-client 3.37.1 → 3.37.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10288,7 +10288,7 @@ module.exports = setCacheAdd;
|
|
|
10288
10288
|
* @name has
|
|
10289
10289
|
* @memberOf SetCache
|
|
10290
10290
|
* @param {*} value The value to search for.
|
|
10291
|
-
* @returns {
|
|
10291
|
+
* @returns {boolean} Returns `true` if `value` is found, else `false`.
|
|
10292
10292
|
*/
|
|
10293
10293
|
function setCacheHas(value) {
|
|
10294
10294
|
return this.__data__.has(value);
|