Type Alias ForEachOptions

ForEachOptions: {
    interval?: Interval;
}

Type declaration

  • Optionalinterval?: Interval

    Interval after each iteration. Only works with asynchronous forEach.