CDN Resources for throttle-debounce

Quick access to CDN links for the throttle-debounce package

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

Package Installation

npm
npm install throttle-debounce
yarn
yarn add throttle-debounce
pnpm
pnpm add throttle-debounce

CDN Links

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