# debouncesp

> A lightweight utility for debouncing JavaScript functions and React hooks to prevent multiple clicks or rapid calls.

---

## ✨ Features

- ✅ Debounce any regular JavaScript function
- ✅ Custom React hook `useDebounce` for buttons/events
- ✅ Prevent spammy behavior like multiple form submits or clicks
- ✅ Lightweight & easy to use

---

## 📦 Installation

```bash
npm install debouncesp
# or
yarn add debouncesp
