Files
Botexercito/Frontend/angular-internal-chat/node_modules/yargs/helpers/index.js
T

15 lines
291 B
JavaScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
const {
applyExtends,
cjsPlatformShim,
Parser,
processArgv,
} = require('../build/index.cjs');
module.exports = {
applyExtends: (config, cwd, mergeExtends) => {
return applyExtends(config, cwd, mergeExtends, cjsPlatformShim);
},
hideBin: processArgv.hideBin,
Parser,
};