Files
lodash/_DataView.js
John-David Dalton ce0b51888c Bump to v4.7.0.
2016-03-31 00:36:47 -07:00

8 lines
202 B
JavaScript

import getNative from './_getNative';
import root from './_root';
/* Built-in method references that are verified to be native. */
var DataView = getNative(root, 'DataView');
export default DataView;