8 lines
234 B
JavaScript
Raw Permalink Normal View History

2022-06-03 11:13:06 +03:00
// Bootstrap yargs for browser:
import browserPlatformShim from './lib/platform-shims/browser.mjs';
import {YargsWithShim} from './build/lib/yargs-factory.js';
const Yargs = YargsWithShim(browserPlatformShim);
export default Yargs;