mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-30 23:17:48 +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;
|
|
});
|