source: frontend/node_modules/yargs/helpers/index.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 291 bytes
Line 
1const {
2 applyExtends,
3 cjsPlatformShim,
4 Parser,
5 processArgv,
6} = require('../build/index.cjs');
7
8module.exports = {
9 applyExtends: (config, cwd, mergeExtends) => {
10 return applyExtends(config, cwd, mergeExtends, cjsPlatformShim);
11 },
12 hideBin: processArgv.hideBin,
13 Parser,
14};
Note: See TracBrowser for help on using the repository browser.