rovalra
Preparing search index...
core/utils/unicode/algorithm
Base3Codec
Variable Base3Codec
Const
Base3Codec
:
{
alphabet
:
string
[]
;
decode
(
invisibleStr
:
any
)
:
string
|
null
;
encode
(
text
:
any
)
:
string
;
}
= ...
Type Declaration
alphabet
:
string
[]
decode
:
function
decode
(
invisibleStr
:
any
)
:
string
|
null
Parameters
invisibleStr
:
any
Returns
string
|
null
encode
:
function
encode
(
text
:
any
)
:
string
Parameters
text
:
any
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
rovalra
Loading...