UNPKG

react-together

Version:

A library to seamlessly add real-time multi-user interaction to your React app!

2 lines (1 loc) 112 B
export default function useThrottle<T extends (...args: Parameters<T>) => void>(limit: number, callback: T): T;