Files
lodash/internal/Uint8Array.js
John-David Dalton 8c26e6fd4c Bump to v4.0.0.
2016-01-13 01:10:19 -08:00

8 lines
135 B
JavaScript

define(['./root'], function(root) {
/** Built-in value references. */
var Uint8Array = root.Uint8Array;
return Uint8Array;
});