ixfx
    Preparing search index...

    Type Alias RepeatOpts

    RepeatOpts: Partial<
        Readonly<
            {
                allowUndefined: boolean;
                count: number;
                onComplete: (withError: boolean) => void;
                onStart: () => void;
                signal: AbortSignal;
                while: (count: number) => boolean;
            },
        >,
    >

    Options for repeat