Skip to main content Link Search Menu Expand Document (external link)

DeliverAt.ts overview

Since v1.0.0


Exports Grouped by Category


accessors

toMillis

Signature

declare const toMillis: (self: unknown) => number | null

Source

Since v1.0.0

guards

isDeliverAt

Signature

declare const isDeliverAt: (self: unknown) => self is DeliverAt

Source

Since v1.0.0

models

DeliverAt (interface)

Signature

export interface DeliverAt {
  [symbol](): DateTime
}

Source

Since v1.0.0

symbols

symbol

Signature

declare const symbol: unique symbol

Source

Since v1.0.0