Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/lodash/_setCacheHas.js')
-rw-r--r--assets/node_modules/lodash/_setCacheHas.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/assets/node_modules/lodash/_setCacheHas.js b/assets/node_modules/lodash/_setCacheHas.js
deleted file mode 100644
index 9a49255..0000000
--- a/assets/node_modules/lodash/_setCacheHas.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Checks if `value` is in the array cache.
- *
- * @private
- * @name has
- * @memberOf SetCache
- * @param {*} value The value to search for.
- * @returns {number} Returns `true` if `value` is found, else `false`.
- */
-function setCacheHas(value) {
- return this.__data__.has(value);
-}
-
-module.exports = setCacheHas;