mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
define(['./root'], function(root) {
|
|
|
|
/** Built-in value references. */
|
|
var Uint8Array = root.Uint8Array;
|
|
|
|
return Uint8Array;
|
|
});
|