npm install throttle-debounceyarn add throttle-debouncepnpm add throttle-debounce<script src="https://fastly.jsdelivr.net/npm/throttle-debounce"></script><script src="https://unpkg.com/throttle-debounce"></script><script type="module">
import throttledebounce from 'https://cdn.jsdelivr.net/npm/throttle-debounce/+esm';
</script><script type="module">
import throttledebounce from 'https://cdn.skypack.dev/throttle-debounce';
</script>