@ckir/corelib - v0.1.13
    Preparing search index...

    Function includeExcludeCron

    • Run a handler when ANY include cron matches AND NONE of the exclude crons match.

      Supports 6-field cron expressions (seconds).

      Parameters

      • includeExprs: string[]
      • excludeExprs: string[]
      • handler: () => void

      Returns Cron<undefined>