UNPKG

bodhi-throttle

Version:

A lightweight, fast, and flexible debounce & throttle utility for JavaScript/TypeScript projects.

47 lines (46 loc) 940 B
{ "name": "bodhi-throttle", "version": "1.0.3", "description": "A lightweight, fast, and flexible debounce & throttle utility for JavaScript/TypeScript projects.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"No tests yet\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/bodheesh/bodhi-throttle.git" }, "keywords": [ "debounce", "throttle", "utility", "typescript", "javascript", "bodhi", "performance", "rate limiting", "event handling", "frontend", "backend", "npm", "react", "vue", "angular", "function control", "api", "optimization", "events", "delay", "timer", "community", "open source" ], "author": "bodheesh", "license": "MIT", "devDependencies": { "@types/node": "^24.0.13", "typescript": "^5.8.3" } }