You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debouncedSayHello('hs', 'transmute'); // logs "Hello hs transmute!" after 300 milliseconds
260
258
```
261
259
260
+
Returns **any** the most recent result of `operation`
261
+
262
262
### debounceImmediate
263
263
264
264
[src/debounceImmediate.js:52-52](https://github.com/HubSpot/transmute/blob/ddf170dd577610935b648d330255d9ceccfe75b2/src/debounceImmediate.js#L52-L52 "Source code on GitHub")
0 commit comments