mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
import root from './_root.js';
|
|
|
|
/** Built-in value references. */
|
|
const Uint8Array = root.Uint8Array;
|
|
|
|
export default Uint8Array;
|