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 9e52cc6 commit 856a843Copy full SHA for 856a843
1 file changed
packages/timer/src/index.ts
@@ -184,6 +184,7 @@ export function createPolled<T extends P, I = T, P = T>(
184
value: I,
185
options?: SignalOptions<T>,
186
): Accessor<T>;
187
+/** @internal implementation signature for the overloads above */
188
export function createPolled<T>(
189
fn: (prev: T | undefined) => T,
190
timeout: TimeoutSource,
0 commit comments