Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

DateFromString

DateFromString: t.TypeOf<typeof DateFromString>

UTCISODateFromString

UTCISODateFromString: t.TypeOf<typeof UTCISODateFromString>

Variables

Const DateFromString

DateFromString: Type<Date, string, unknown> = ...

Accepts short formats (ie. "2018-10-13") with or without time and timezone parts.

Const UTCISODateFromString

UTCISODateFromString: Type<Date, string, unknown> = ...

Accepts only full ISO8601 format with UTC (Z) timezone

ie. "2018-10-13T00:00:00.000Z"

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Enumeration
  • Class with type parameter

Generated using TypeDoc