[T] DiagnosticHandler
type DiagnosticHandler = (diagnostic) => void;
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
diagnostic | Diagnostic |
Returns
Section titled “Returns”void
type DiagnosticHandler = (diagnostic) => void;
Parameter | Type |
---|---|
diagnostic | Diagnostic |
void