default

Functions

f
createDateFactory(customDayjs?: Dayjs): CreateDateFactoryReturn

Creates a date factory bound to a specific Dayjs instance.

f
timeout<T = void>(
milliseconds: number,
value?: T
): Promise<T>

Creates a promise that resolves after a specified delay.

Interfaces

I
CreateDateOptions

Options controlling how a date is parsed and interpreted.

Type Aliases

Variables

v
createDate

Default preconfigured createDate function.