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