UNPKG

debouncesp

Version:

A minimal debounce utility and React hook to prevent spamming button clicks or function calls.

3 lines (2 loc) 114 B
export { default as debounce } from "./debounce.js"; export { default as useDebounce } from "./useDebounce.js";