@jagaad/utils
    Preparing search index...

    Type Alias ValidDate

    ValidDate: Tagged<Date, "valid">

    Represents a valid Date object. This type is used to ensure that the date is a valid instance of Date and not an invalid date.