Add-On Documentation
Preparing search index...
The search index is not available
8Crafter's Server Utilities API
8Crafter's Server Utilities API
Globals
modules
utils
Base52
Class Base52
Converts between a string and a base52 encoded string.
Index
Constructors
constructor
Properties
char
Map
Methods
from
Base52
to
Base52
Constructors
constructor
new
Base52
()
:
Globals
.
modules
.
utils
.
Base52
Returns
Globals
.
modules
.
utils
.
Base52
Properties
Private
Static
Readonly
char
Map
charMap
:
string
= 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
Methods
Static
from
Base52
fromBase52
(
input
:
string
)
:
string
Parameters
input
:
string
Returns
string
Static
to
Base52
toBase52
(
input
:
string
)
:
string
Parameters
input
:
string
Returns
string
Version
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
char
Map
Methods
from
Base52
to
Base52
Add-On Documentation
8Crafter's Server Utilities API
Loading...
Converts between a string and a base52 encoded string.