Preparing search index...
The search index is not available
mithic - v0.3.0
mithic
@mithic/collections
Batch
putMany
Function putMany
put
Many
<
K
,
V
>
(
data
,
values
,
options
?
)
:
AsyncIterableIterator
<
[
key
:
K
,
error
?:
Error
]
>
Puts the given values to map.
Type Parameters
K
V
Parameters
data
:
AppendOnlyAutoKeyMap
<
K
,
V
>
&
Partial
<
AutoKeyMapPutBatch
<
K
,
V
>
>
values
:
Iterable
<
V
>
Optional
options
:
AbortOptions
Returns
AsyncIterableIterator
<
[
key
:
K
,
error
?:
Error
]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
mithic - v0.3.0
@mithic/collections - v0.3.0
@mithic/commons - v0.3.0
@mithic/cqrs - v0.3.0
@mithic/crdt - v0.3.0
@mithic/jsonr - v0.3.0
@mithic/messaging - v0.3.0
@mithic/denokv - v0.3.0
@mithic/ipfs - v0.3.0
@mithic/level - v0.3.0
@mithic/redis - v0.3.0
Generated using
TypeDoc
Puts the given values to map.