summaryrefslogtreecommitdiff
path: root/alarm/node_modules/lodash/_stackGet.js
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/lodash/_stackGet.js')
-rw-r--r--alarm/node_modules/lodash/_stackGet.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/alarm/node_modules/lodash/_stackGet.js b/alarm/node_modules/lodash/_stackGet.js
deleted file mode 100644
index 1cdf004..0000000
--- a/alarm/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;