mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Apply let/const transform.
This commit is contained in:
@@ -2,6 +2,6 @@ import getNative from './_getNative.js';
|
||||
import root from './_root.js';
|
||||
|
||||
/* Built-in method references that are verified to be native. */
|
||||
var DataView = getNative(root, 'DataView');
|
||||
const DataView = getNative(root, 'DataView');
|
||||
|
||||
export default DataView;
|
||||
|
||||
Reference in New Issue
Block a user