mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-07 08:26:11 +00:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
const { Legacy } = require('./svc');
|
|
|
|
function viaInlineNewJs() {
|
|
return new Legacy().doWork();
|
|
}
|
|
|
|
module.exports = { viaInlineNewJs };
|