mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Bump to v4.13.0.
This commit is contained in:
10
_MapCache.js
10
_MapCache.js
@@ -1,8 +1,8 @@
|
||||
import mapCacheClear from './_mapCacheClear';
|
||||
import mapCacheDelete from './_mapCacheDelete';
|
||||
import mapCacheGet from './_mapCacheGet';
|
||||
import mapCacheHas from './_mapCacheHas';
|
||||
import mapCacheSet from './_mapCacheSet';
|
||||
import mapCacheClear from './_mapCacheClear.js';
|
||||
import mapCacheDelete from './_mapCacheDelete.js';
|
||||
import mapCacheGet from './_mapCacheGet.js';
|
||||
import mapCacheHas from './_mapCacheHas.js';
|
||||
import mapCacheSet from './_mapCacheSet.js';
|
||||
|
||||
/**
|
||||
* Creates a map cache object to store key-value pairs.
|
||||
|
||||
Reference in New Issue
Block a user