CDN Resources for yargs-parser

Quick access to CDN links for the yargs-parser package

CDN Resources for yargs-parser
Various ways to access yargs-parser via Content Delivery Networks

Package Installation

npm
npm install yargs-parser
yarn
yarn add yargs-parser
pnpm
pnpm add yargs-parser

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/yargs-parser"></script>
Unpkg
<script src="https://unpkg.com/yargs-parser"></script>
jsDelivr ESM
<script type="module">
  import yargsparser from 'https://cdn.jsdelivr.net/npm/yargs-parser/+esm';
</script>
Skypack
<script type="module">
  import yargsparser from 'https://cdn.skypack.dev/yargs-parser';
</script>