{"library":"debounce-queue","type":"library","category":null,"description":"Debounce function that returns an array of all unique events that occurred within the debounce window, rather than just the last event like lodash.debounce. Version 0.4.0 is the current stable release; the package is updated irregularly (last release 0.4.0 in 2019). Key differentiator: it batches events into an array, making it ideal for file watchers or event streams where you need to process all pending events, not just the most recent. Simple API with support for leading, trailing, and maxWait options.","language":"javascript","status":"active","version":"0.4.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install debounce-queue","imports":["import debounce from 'debounce-queue'","import { debounce } from 'debounce-queue'","import type { DebouncedFunction } from 'debounce-queue'"]},{"cmd":"yarn add debounce-queue","imports":[]},{"cmd":"pnpm add debounce-queue","imports":[]}],"homepage":"https://github.com/laggingreflex/debounce-queue#readme","github":"https://github.com/laggingreflex/debounce-queue","docs":null,"changelog":null,"pypi":null,"npm":"debounce-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}