Type Alias StringOrAlertFunction<T>

StringOrAlertFunction<T>: string | AssertExMessageFunc<T>

Type Parameters