Skip to main content
Module

x/yargs/index.mjs

yargs the modern, pirate-themed successor to optimist.
Very Popular
Go to Latest
File
'use strict'
// Bootstraps yargs for ESM:import esmPlatformShim from './lib/platform-shims/esm.mjs'import { YargsWithShim } from './build/lib/yargs-factory.js'
const Yargs = YargsWithShim(esmPlatformShim)export default Yargs