DeliverAt.ts overview
Since v1.0.0
Exports Grouped by Category
accessors
toMillis
Signature
declare const toMillis: (self: unknown) => number | null
Since v1.0.0
guards
isDeliverAt
Signature
declare const isDeliverAt: (self: unknown) => self is DeliverAt
Since v1.0.0
models
DeliverAt (interface)
Signature
export interface DeliverAt {
[symbol](): DateTime
}
Since v1.0.0
symbols
symbol
Signature
declare const symbol: unique symbol
Since v1.0.0