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
@@ -132,6 +136,10 @@ export function cancellableDebounce<Input extends any[], Output>(
132
136
}
133
137
}
134
138
139
+
/**
140
+
*
141
+
* Similar to {@link debounce}, but uses a key to determine if the function should be called yet rather than a timeout connected to the function itself.
0 commit comments