source: trip-planner-front/node_modules/yargs/helpers/helpers.mjs@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 384 bytes
Line 
1import {applyExtends as _applyExtends} from '../build/lib/utils/apply-extends.js';
2import {hideBin} from '../build/lib/utils/process-argv.js';
3import Parser from 'yargs-parser';
4import shim from '../lib/platform-shims/esm.mjs';
5
6const applyExtends = (config, cwd, mergeExtends) => {
7 return _applyExtends(config, cwd, mergeExtends, shim);
8};
9
10export {applyExtends, hideBin, Parser};
Note: See TracBrowser for help on using the repository browser.