Preparing search index...
The search index is not available
@dancrumb/fpish
@dancrumb/fpish
<internal>
Builder
Type alias Builder<T, I>
Builder
<
T
,
I
>
:
(
(
input
)
=>
T
|
Promise
<
T
>
)
This is a simple function that takes data of one type and returns data of another type
Type Parameters
T
I
=
void
Type declaration
(
input
)
:
T
|
Promise
<
T
>
Parameters
input
:
I
Returns
T
|
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@dancrumb/fpish
Loading...
This is a simple function that takes data of one type and returns data of another type