diff options
Diffstat (limited to 'includes/external/school/node_modules/lodash/_setCacheHas.js')
-rw-r--r-- | includes/external/school/node_modules/lodash/_setCacheHas.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/includes/external/school/node_modules/lodash/_setCacheHas.js b/includes/external/school/node_modules/lodash/_setCacheHas.js deleted file mode 100644 index 9a49255..0000000 --- a/includes/external/school/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; |