summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/lodash/_DataView.js
blob: ac2d57ca67c9cb2a49a8c7ca377338d436902b0b (plain)
1
2
3
4
5
6
7
var getNative = require('./_getNative'),
    root = require('./_root');

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

module.exports = DataView;