mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Apply even more let/const transforms.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import WeakMap from './_WeakMap.js';
|
||||
|
||||
/** Used to store function metadata. */
|
||||
var metaMap = WeakMap && new WeakMap;
|
||||
const metaMap = WeakMap && new WeakMap;
|
||||
|
||||
export default metaMap;
|
||||
|
||||
Reference in New Issue
Block a user