CDN Resources for nth-check

Quick access to CDN links for the nth-check package

CDN Resources for nth-check
Various ways to access nth-check via Content Delivery Networks

Package Installation

npm
npm install nth-check
yarn
yarn add nth-check
pnpm
pnpm add nth-check

CDN 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>