Files
lodash/_Uint8Array.js
John-David Dalton 7293d39642 Bump to v4.1.0.
2016-01-29 01:14:13 -08:00

8 lines
136 B
JavaScript

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