• Tests if argument is date.

    Example

    expect(isDate(new Date(0)).value).toBeTruthy()
    

    Parameters

    • value: any

      The date being checked.

    Returns Result<boolean>

Generated using TypeDoc