Preparing search index...
The search index is not available
mithic - v0.3.0
mithic
@mithic/collections
MapSetQuery
Type alias MapSetQuery<E, K, MK, MV, M>
Map
Set
Query
<
E
,
K
,
MK
,
MV
,
M
>
:
M
extends
RangeQueryable
<
MK
,
MV
>
?
(
(
options
?
)
=>
AsyncIterableIterator
<
E
>
)
:
M
extends
KeyValueIterable
<
MK
,
MV
>
?
(
(
options
?
)
=>
AsyncIterableIterator
<
E
>
)
:
undefined
Query function type for a
MapSet
.
Type Parameters
E
K
MK
MV
M
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
Query function type for a MapSet.