• Checks if the value follows the Timestamp format: 00:00:00.000

    Parameters

    • value: string

      string to check

    Returns boolean

    boolean

    Example

    timestampValidator('00:00:00.000')
    

Generated using TypeDoc