mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Cleanup built-in constructor modules.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
import root from './_root.js';
|
||||
|
||||
/** Built-in value references. */
|
||||
const Uint8Array = root.Uint8Array;
|
||||
|
||||
export default Uint8Array;
|
||||
export default root.Uint8Array;
|
||||
|
||||
Reference in New Issue
Block a user