Defined in: debouncer/createDebouncer.ts:11
An extension of the Debouncer class that adds Solid signals to access the internal state of the debouncer
• TFn extends AnyFunction
executionCount: Accessor<number>;
executionCount: Accessor<number>;
Defined in: debouncer/createDebouncer.ts:13
isPending: Accessor<boolean>;
isPending: Accessor<boolean>;
Defined in: debouncer/createDebouncer.ts:14
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.