brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
tap
Function tap
tap
<
T
,
E
>
(
result
:
Result
<
T
,
E
>
,
fn
:
(
value
:
T
)
=>
void
)
:
Result
<
T
,
E
>
Run a side-effect on an Ok value without transforming the result.
Type Parameters
T
E
Parameters
result
:
Result
<
T
,
E
>
fn
:
(
value
:
T
)
=>
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 Ok value without transforming the result.