Skip to content

Commit 856a843

Browse files
committed
Added annotation
1 parent 9e52cc6 commit 856a843

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/timer/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export function createPolled<T extends P, I = T, P = T>(
184184
value: I,
185185
options?: SignalOptions<T>,
186186
): Accessor<T>;
187+
/** @internal implementation signature for the overloads above */
187188
export function createPolled<T>(
188189
fn: (prev: T | undefined) => T,
189190
timeout: TimeoutSource,

0 commit comments

Comments
 (0)