mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
|
require('./es');
|
||
|
require('./proposals');
|
||
|
require('./web');
|
||
|
var path = require('./internals/path');
|
||
|
|
||
|
module.exports = path;
|