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