mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Assume ES5+ built-ins exist.
This commit is contained in:
@@ -1,6 +1 @@
|
||||
import WeakMap from './_WeakMap.js';
|
||||
|
||||
/** Used to store function metadata. */
|
||||
const metaMap = WeakMap && new WeakMap;
|
||||
|
||||
export default metaMap;
|
||||
export default new WeakMap;
|
||||
|
||||
Reference in New Issue
Block a user