Package: effect
Module: Schema
Defines a schema that converts a number into a Date object using the new
Date constructor. This schema does not validate the numerical input,
allowing potentially invalid values such as NaN, Infinity, and
-Infinity to be converted into Date objects. During the encoding process,
any invalid Date object will be encoded to NaN.
Signature
declare class DateFromNumber
Since v3.10.0