Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/i18n / dist / cjs / node_modules / lodash / _mapCacheGet.js
Size: Mime:
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

var _getMapData = require('./_getMapData.js');

/**
 * Gets the map value for `key`.
 *
 * @private
 * @name get
 * @memberOf MapCache
 * @param {string} key The key of the value to get.
 * @returns {*} Returns the entry value.
 */
function mapCacheGet(key) {
  return _getMapData.default(this, key).get(key);
}

var _mapCacheGet = mapCacheGet;

exports.__moduleExports = _mapCacheGet;
exports.default = _mapCacheGet;
//# sourceMappingURL=_mapCacheGet.js.map