Sha256: d7e23d6218eee96d12e822e192c6d82159b319137660b7eb7b8e18a03ec0f107

Contents?: true

Size: 370 Bytes

Versions: 167

Compression:

Stored size: 370 Bytes

Contents

/**
 * Removes `key` and its value from the cache.
 *
 * @private
 * @name delete
 * @memberOf _.memoize.Cache
 * @param {string} key The key of the value to remove.
 * @returns {boolean} Returns `true` if the entry was removed successfully, else `false`.
 */
function mapDelete(key) {
  return this.has(key) && delete this.__data__[key];
}

module.exports = mapDelete;

Version data entries

167 entries across 87 versions & 9 rubygems

Version Path
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/mapDelete.js
ilog-0.4.1 node_modules/contents/node_modules/lodash/internal/mapDelete.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/internal/mapDelete.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/mapDelete.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/internal/mapDelete.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/internal/mapDelete.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/internal/mapDelete.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/mapDelete.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/mapDelete.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/mapDelete.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/mapDelete.js