Type alias RawDate

RawDate: Date | number | string

Represents a raw date value that can be used to create a Date object. This can be a Date object, a number representing the number of milliseconds since January 1, 1970, or a string representing a date.

Generated using TypeDoc