We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b8391 commit b63a1d0Copy full SHA for b63a1d0
packages/query-async-storage-persister/src/asyncThrottle.ts
@@ -1,6 +1,6 @@
1
import { noop } from './utils'
2
3
-export interface AsyncThrottleOptions {
+interface AsyncThrottleOptions {
4
interval?: number
5
onError?: (error: unknown) => void
6
}
0 commit comments