Files
lodash/_Uint8Array.js
John-David Dalton bbd78fee4d Bump to v4.1.0.
2016-01-29 08:30:29 -08:00

5 lines
100 B
JavaScript

/** Built-in value references. */
var Uint8Array = global.Uint8Array;
module.exports = Uint8Array;