@hashgraph/solo
Preparing search index...
src/data/key/key-formatter
KeyFormatter
Interface KeyFormatter
interface
KeyFormatter
{
separator
:
string
;
join
(
...
parts
:
string
[]
)
:
string
;
normalize
(
key
:
string
)
:
string
;
split
(
key
:
string
)
:
string
[]
;
}
Implemented by
ConfigKeyFormatter
EnvironmentKeyFormatter
Index
Properties
separator
Methods
join
normalize
split
Properties
Readonly
separator
separator
:
string
Methods
join
join
(
...
parts
:
string
[]
)
:
string
Parameters
...
parts
:
string
[]
Returns
string
normalize
normalize
(
key
:
string
)
:
string
Parameters
key
:
string
Returns
string
split
split
(
key
:
string
)
:
string
[]
Parameters
key
:
string
Returns
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
separator
Methods
join
normalize
split
@hashgraph/solo
Loading...