rune_helpers.svelte.ts view source
(fn: (count: number) => void, initial?: number): void Runs fn in an $effect, passing true as the skip argument for the first count runs.
Calls fn even when skipping so callers can read any dependent signals.
fn
type
(count: number) => voidinitial
type
number default
0returns
void