Repository URL to install this package:
|
Version:
5.0.0-rc.11 ▾
|
'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