mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 01:49:14 +08:00
7 lines
210 B
Text
7 lines
210 B
Text
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;
|