CDN Resources for reselect

Quick access to CDN links for the reselect package

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

Package Installation

npm
npm install reselect
yarn
yarn add reselect
pnpm
pnpm add reselect

CDN Links

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