mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump to v3.0.0.
This commit is contained in:
10
internal/metaMap.js
Normal file
10
internal/metaMap.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import isNative from '../lang/isNative';
|
||||
import root from './root';
|
||||
|
||||
/** Native method references. */
|
||||
var WeakMap = isNative(WeakMap = root.WeakMap) && WeakMap;
|
||||
|
||||
/** Used to store function metadata. */
|
||||
var metaMap = WeakMap && new WeakMap;
|
||||
|
||||
export default metaMap;
|
||||
Reference in New Issue
Block a user