mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Apply let/const transform.
This commit is contained in:
@@ -8,6 +8,6 @@ import noop from './noop.js';
|
||||
* @param {Function} func The function to query.
|
||||
* @returns {*} Returns the metadata for `func`.
|
||||
*/
|
||||
var getData = !metaMap ? noop : func => metaMap.get(func);
|
||||
const getData = !metaMap ? noop : func => metaMap.get(func);
|
||||
|
||||
export default getData;
|
||||
|
||||
Reference in New Issue
Block a user