mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 17:45:35 -04:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
'use strict';
|
|
require('../stable');
|
|
require('../stage/3');
|
|
|
|
module.exports = require('../internals/path');
|