[F] ignoreDiagnostics
function ignoreDiagnostics<T>(result): T;Ignore the diagnostics emitted by the diagnostic accessor pattern and just return the actual result.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type | Description |
|---|---|---|
result | DiagnosticResult<T> | Accessor pattern tuple result including the actual result and the list of diagnostics. |
Returns
T
Actual result.