@karmaniverous/entity-tools
GitHub
Preparing search index...
entity-tools
Transcoder
Type Alias Transcoder<V>
A pair of encode/decode functions for a specific value type V.
type
Transcoder
<
V
>
=
{
decode
:
(
value
:
string
)
=>
V
;
encode
:
(
value
:
V
)
=>
string
;
}
Type Parameters
V
Index
Properties
decode
encode
Properties
decode
decode
:
(
value
:
string
)
=>
V
encode
encode
:
(
value
:
V
)
=>
string
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
On This Page
Properties
decode
encode
GitHub
@karmaniverous/entity-tools
Loading...
A pair of encode/decode functions for a specific value type V.