Typedoc APIutilitiesFunctionsisValidEmailOn this pageisValidEmail() function isValidEmail(email): boolean Function to check if a value is a valid email address. Parameters ParameterTypeDescriptionemailstringThe email address to be validated. Returns boolean True if the email address is valid, false otherwise.