mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-01 21:50:38 +08:00
8 lines
210 B
JavaScript
8 lines
210 B
JavaScript
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;
|