source: trip-planner-front/node_modules/yargs/browser.mjs@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 232 bytes
Line 
1// Bootstrap yargs for browser:
2import browserPlatformShim from './lib/platform-shims/browser.mjs';
3import {YargsFactory} from './build/lib/yargs-factory.js';
4
5const Yargs = YargsFactory(browserPlatformShim);
6
7export default Yargs;
Note: See TracBrowser for help on using the repository browser.