Files
lodash/internal/Uint8Array.js
John-David Dalton 54e7baecc3 Bump to v4.0.0.
2016-01-12 00:17:29 -08:00

7 lines
124 B
JavaScript

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