nxtcron - v1.0.1
    Preparing search index...

    Type Alias CronTuple

    CronTuple: readonly [
        minute: string,
        hour: string,
        dayOfMonth: string,
        month: string,
        dayOfWeek: string,
    ]

    A tuple representing the five standard cron fields in order.