@webdeveric/utils
    Preparing search index...

    Interface UntilContext

    interface UntilContext {
        callCount: number;
        data: AnyRecord;
        lastCall: number | undefined;
        options: UntilOptions;
    }
    Index
    callCount: number
    data: AnyRecord
    lastCall: number | undefined
    options: UntilOptions