Files
lodash/_Uint8Array.js
John-David Dalton 466c67a8b6 Bump to v4.1.0.
2016-01-29 01:20:57 -08:00

7 lines
125 B
JavaScript

import root from './_root';
/** Built-in value references. */
var Uint8Array = root.Uint8Array;
export default Uint8Array;