lix-website/themes/lix/assets/bootstrap/node_modules/yargs/browser.mjs
2024-04-26 22:49:34 -06:00

8 lines
234 B
JavaScript

// 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;