mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Modularize master branch.
This commit is contained in:
6
_metaMap.js
Normal file
6
_metaMap.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import WeakMap from './_WeakMap.js';
|
||||
|
||||
/** Used to store function metadata. */
|
||||
var metaMap = WeakMap && new WeakMap;
|
||||
|
||||
export default metaMap;
|
||||
Reference in New Issue
Block a user