@aracna/core - v1.5.0
Preparing search index...
DecodeBase32Options
Interface DecodeBase32Options
interface
DecodeBase32Options
{
loose
?:
boolean
;
out
?:
new
(
size
:
number
)
=>
{
[
index
:
number
]:
number
}
;
}
Hierarchy (
View Summary
)
DecodeBase16Options
DecodeBase32Options
DecodeBase32HexOptions
Index
Properties
loose?
out?
Properties
Optional
loose
loose
?:
boolean
Optional
out
out
?:
new
(
size
:
number
)
=>
{
[
index
:
number
]:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loose
out
@aracna/core - v1.5.0
Loading...