The string to be checked.
A boolean indicating whether the string is a valid time string.
This function is part of the TimeUtils library.
Will throw an error if the input string is not a string.
isValidTimeString("12:34:56") // returns true
isValidTimeString("25:00:00") // returns false
Generated using TypeDoc
Checks if a given string is a valid time string.