Module: @sapphire/time-utilities
Enumerations
Classes
Interfaces
Type Aliases
TimeResolvable
Ƭ TimeResolvable: Date
| number
| string
Defined in
node_modules/@sapphire/timestamp/dist/index.d.ts:17
Variables
DEFAULT_SEPARATORS
• Const
DEFAULT_SEPARATORS: DurationFormatSeparators
Defined in
node_modules/@sapphire/duration/dist/index.d.ts:53
DEFAULT_UNITS
• Const
DEFAULT_UNITS: DurationFormatAssetsTime
Defined in
node_modules/@sapphire/duration/dist/index.d.ts:52
allowedNum
• Const
allowedNum: number
[][]
Defined in
node_modules/@sapphire/cron/dist/index.d.mts:15
cronTokens
• Const
cronTokens: Object
Type declaration
Name | Type |
---|---|
apr | 4 |
aug | 8 |
dec | 12 |
feb | 2 |
fri | 5 |
jan | 1 |
jul | 7 |
jun | 6 |
mar | 3 |
may | 5 |
mon | 1 |
nov | 11 |
oct | 10 |
sat | 6 |
sep | 9 |
sun | 0 |
thu | 4 |
tue | 2 |
wed | 3 |
Defined in
node_modules/@sapphire/cron/dist/index.d.mts:24
days
• Const
days: string
[]
Defined in
node_modules/@sapphire/timestamp/dist/index.d.ts:13
months
• Const
months: string
[]
Defined in
node_modules/@sapphire/timestamp/dist/index.d.ts:14
partRegex
• Const
partRegex: RegExp
Defined in
node_modules/@sapphire/cron/dist/index.d.mts:13
predefined
• Const
predefined: Object
Type declaration
Name | Type |
---|---|
@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
node_modules/@sapphire/cron/dist/index.d.mts:16
tokens
• Const
tokens: Map
<string
, number
>
Defined in
node_modules/@sapphire/timestamp/dist/index.d.ts:15
tokensRegex
• Const
tokensRegex: RegExp
Defined in
node_modules/@sapphire/cron/dist/index.d.mts:45
wildcardRegex
• Const
wildcardRegex: RegExp
Defined in
node_modules/@sapphire/cron/dist/index.d.mts:14