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