aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/lodash/_stackGet.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/lodash/_stackGet.js')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/lodash/_stackGet.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/lodash/_stackGet.js b/sandbox/testAppNevena/Front/node_modules/lodash/_stackGet.js
deleted file mode 100644
index 1cdf0040..00000000
--- a/sandbox/testAppNevena/Front/node_modules/lodash/_stackGet.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Gets the stack value for `key`.
- *
- * @private
- * @name get
- * @memberOf Stack
- * @param {string} key The key of the value to get.
- * @returns {*} Returns the entry value.
- */
-function stackGet(key) {
- return this.__data__.get(key);
-}
-
-module.exports = stackGet;