debian-mirror-gitlab/core-js/index.js

7 lines
123 B
JavaScript
Raw Normal View History

2019-09-25 13:30:05 +05:30
require('./es');
require('./proposals');
require('./web');
2019-12-04 20:38:33 +05:30
var path = require('./internals/path');
2019-09-25 13:30:05 +05:30
2019-12-04 20:38:33 +05:30
module.exports = path;