mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
/** Built-in value references. */
|
|
var Uint8Array = global.Uint8Array;
|
|
|
|
module.exports = Uint8Array;
|