Preparing search index...
The search index is not available
@mikuroxina/mini-fn
@mikuroxina/mini-fn
Store
extend
Function extend
extend
<
S
,
A
,
B
>
(
mapper
)
:
(
(
store
)
=>
Store
<
S
,
B
>
)
Extends the store with the extracting function
fn
.
Type Parameters
S
A
B
Parameters
mapper
:
(
(
sa
)
=>
B
)
(
sa
)
:
B
Parameters
sa
:
Store
<
S
,
A
>
Returns
B
Returns
(
(
store
)
=>
Store
<
S
,
B
>
)
The extended store.
(
store
)
:
Store
<
S
,
B
>
Parameters
store
:
Store
<
S
,
A
>
Returns
Store
<
S
,
B
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
MonadWriter
Array
BinaryHeap
Bool
Cat
Cofree
ComonadCofree
ComonadStore
Compose
Const
Cont
ControlFlow
Coyoneda
Curry
Dom
Dual
Envelope
Ether
Exists
FingerTree
Free
Loading...
Generated using
TypeDoc
Extends the store with the extracting function
fn
.