CDN Resources for use-debounce

Quick access to CDN links for the use-debounce package

CDN Resources for use-debounce
Various ways to access use-debounce via Content Delivery Networks

Package Installation

npm
npm install use-debounce
yarn
yarn add use-debounce
pnpm
pnpm add use-debounce

CDN Links

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