brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
tapErr
Function tapErr
tapErr
<
T
,
E
>
(
result
:
Result
<
T
,
E
>
,
fn
:
(
error
:
E
)
=>
void
)
:
Result
<
T
,
E
>
Run a side-effect on an Err value without transforming the result.
Type Parameters
T
E
Parameters
result
:
Result
<
T
,
E
>
fn
:
(
error
:
E
)
=>
void
Returns
Result
<
T
,
E
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Run a side-effect on an Err value without transforming the result.