mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Apply even more let/const transforms.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import root from './_root.js';
|
||||
|
||||
/** Built-in value references. */
|
||||
var Uint8Array = root.Uint8Array;
|
||||
const Uint8Array = root.Uint8Array;
|
||||
|
||||
export default Uint8Array;
|
||||
|
||||
Reference in New Issue
Block a user