CDN Resources for lru-cache
Various ways to access lru-cache via Content Delivery Networks
Package Installation
npm
npm install lru-cacheyarn
yarn add lru-cachepnpm
pnpm add lru-cacheCDN 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