mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 12:00:15 -04:00
4 lines
124 B
JavaScript
4 lines
124 B
JavaScript
'use strict';
|
|
require('./warnAboutDeprecatedCJSRequire.js')('PathUtils');
|
|
module.exports = require('./index.js').PathUtils;
|