@amxdev/throttle
v1.0.0
Published
Throttle a function to limit calls within a time frame.
Downloads
7
Maintainers
Readme
@amxdev/throttle
Throttle a function to limit calls within a time frame.
Install
npm install @amxdev/throttleUsage
import { throttle } from "@amxdev/throttle";
throttle(const throttledScroll = throttle(() => console.log("scroll"), 200);)License
MIT
