summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/lodash/stubFalse.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/lodash/stubFalse.js')
-rw-r--r--includes/external/school/node_modules/lodash/stubFalse.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/includes/external/school/node_modules/lodash/stubFalse.js b/includes/external/school/node_modules/lodash/stubFalse.js
deleted file mode 100644
index 9b346fc..0000000
--- a/includes/external/school/node_modules/lodash/stubFalse.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * This method returns `false`.
- *
- * @static
- * @memberOf _
- * @since 4.13.0
- * @category Util
- * @returns {boolean} Returns `false`.
- * @example
- *
- * _.times(2, _.stubFalse);
- * // => [false, false]
- */
-function stubFalse() {
- return false;
-}
-
-module.exports = stubFalse;