aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/index.js
blob: 10f0e3fe826a9c2d4d6294d203beea715602cacf (plain)
1
2
3
4
5
6
require('./es');
require('./proposals');
require('./web');
var path = require('./internals/path');

module.exports = path;