CDN Resources for nth-check
Various ways to access nth-check via Content Delivery Networks
Package Installation
npm
npm install nth-checkyarn
yarn add nth-checkpnpm
pnpm add nth-checkCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/nth-check"></script>Unpkg
<script src="https://unpkg.com/nth-check"></script>jsDelivr ESM
<script type="module">
  import nthcheck from 'https://cdn.jsdelivr.net/npm/nth-check/+esm';
</script>Skypack
<script type="module">
  import nthcheck from 'https://cdn.skypack.dev/nth-check';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages