Preparing search index...
The search index is not available
mithic - v0.3.0
mithic
@mithic/commons
Decoder
Interface Decoder<V, T>
Data decoder.
interface
Decoder
{
decode
(
data
)
:
V
;
}
Type Parameters
V
T
Hierarchy
Decoder
Codec
Index
Methods
decode
Methods
decode
decode
(
data
)
:
V
Decodes data from specific encoding.
Parameters
data
:
T
Returns
V
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
decode
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
Data decoder.