Skip to main content

Module: @sapphire/cron

Enumerations

Classes

Variables

allowedNum

Const allowedNum: number[][]

Defined in

lib/constants.ts:18


cronTokens

Const cronTokens: Object

Type declaration

NameType
apr4
aug8
dec12
feb2
fri5
jan1
jul7
jun6
mar3
may5
mon1
nov11
oct10
sat6
sep9
sun0
thu4
tue2
wed3

Defined in

lib/constants.ts:35


partRegex

Const partRegex: RegExp

Defined in

lib/constants.ts:14


predefined

Const predefined: Object

Type declaration

NameType
@annually"0 0 1 1 *"
@daily"0 0 * * *"
@hourly"0 * * * *"
@monthly"0 0 1 * *"
@weekly"0 0 * * 0"
@yearly"0 0 1 1 *"

Defined in

lib/constants.ts:26


tokensRegex

Const tokensRegex: RegExp

Defined in

lib/constants.ts:57


wildcardRegex

Const wildcardRegex: RegExp

Defined in

lib/constants.ts:16