Skip to main content
Module

x/yargs/browser.mjs

yargs the modern, pirate-themed successor to optimist.
Very Popular
Go to Latest
File
// 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