aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/es/array-buffer/index.js
blob: 8697373d9eb9e6f841cd0dbd76ec2cf2a2403c0b (plain)
1
2
3
4
5
6
7
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.is-view');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.object.to-string');
var path = require('../../internals/path');

module.exports = path.ArrayBuffer;