CDN Resources for agentkeepalive

Quick access to CDN links for the agentkeepalive package

CDN Resources for agentkeepalive
Various ways to access agentkeepalive via Content Delivery Networks

Package Installation

npm
npm install agentkeepalive
yarn
yarn add agentkeepalive
pnpm
pnpm add agentkeepalive

CDN Links

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