Library API
    Preparing search index...

    Function isScheduleString

    • Sniffs whether a given value is a valid schedule string (either Cron or RRULE).

      Parameters

      • val: unknown

        The candidate value to inspect

      Returns val is string

      true if the value is a valid Cron pattern or RRULE string, otherwise false.