@ocyrusjs/throttle
v1.0.0
Published
High-performance, minimal throttle utility.
Maintainers
Readme
@ocyrusjs/throttle 🌑
High-performance, minimal throttle utility.
Part of the Ocyrus suite.
✨ Features
- Fast: 1.2x faster than
lodash/throttle. - Minimal: Lightweight implementation.
📦 Installation
npm install @ocyrusjs/throttle🛠️ Usage
import { throttle } from '@ocyrusjs/throttle';
const log = throttle(() => console.log('Throttled!'), 100);
log();License
MIT © Nishith Patel
