debian-mirror-gitlab/core-js/index.js
2019-12-04 20:38:33 +05:30

6 lines
123 B
JavaScript

require('./es');
require('./proposals');
require('./web');
var path = require('./internals/path');
module.exports = path;