CDN Resources for apollo-cache-inmemory

Quick access to CDN links for the apollo-cache-inmemory package

CDN Resources for apollo-cache-inmemory
Various ways to access apollo-cache-inmemory via Content Delivery Networks

Package Installation

npm
npm install apollo-cache-inmemory
yarn
yarn add apollo-cache-inmemory
pnpm
pnpm add apollo-cache-inmemory

CDN Links

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