UNPKG

@amxdev/throttle

Version:

Throttle a function to limit calls within a time frame.

17 lines 424 B
{ "name": "@amxdev/throttle", "version": "1.0.0", "description": "Throttle a function to limit calls within a time frame.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": ["throttle", "utility", "typescript", "amxdev"], "author": "Alok Mishra", "license": "MIT", "publishConfig": { "access": "public" } }