You can buy this project and download/modify it how often you want.
declare const debounce: (fn: () => void, delay: number) => void; export default debounce;