source:
trip-planner-front/node_modules/yargs/browser.mjs@
6a3a178
Last change on this file since 6a3a178 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 232 bytes |
Line | |
---|---|
1 | // Bootstrap yargs for browser: |
2 | import browserPlatformShim from './lib/platform-shims/browser.mjs'; |
3 | import {YargsFactory} from './build/lib/yargs-factory.js'; |
4 | |
5 | const Yargs = YargsFactory(browserPlatformShim); |
6 | |
7 | export default Yargs; |
Note:
See TracBrowser
for help on using the repository browser.