Documentation
    Preparing search index...
    • Does the expression fire at any point in [from, from + windowSeconds)?

      The minute containing from is only considered if from sits exactly on the minute boundary: an occurrence earlier in that minute belongs to the previous window, so counting it here would fire it twice.

      Parameters

      • expr: string
      • from: Date
      • windowSeconds: number

      Returns boolean