@aracna/core - v1.5.0
Preparing search index...
ConfigurationFunctions
Interface ConfigurationFunctions
interface
ConfigurationFunctions
{
tc
:
{
log
:
boolean
;
onCatch
:
<
T
extends
Error
>
(
error
:
T
,
log
:
boolean
)
=>
any
;
}
;
tcp
:
{
log
:
boolean
;
onCatch
:
<
T
extends
Error
>
(
error
:
T
,
log
:
boolean
)
=>
any
;
}
;
}
Index
Properties
tc
tcp
Properties
tc
tc
:
{
log
:
boolean
;
onCatch
:
<
T
extends
Error
>
(
error
:
T
,
log
:
boolean
)
=>
any
}
tcp
tcp
:
{
log
:
boolean
;
onCatch
:
<
T
extends
Error
>
(
error
:
T
,
log
:
boolean
)
=>
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tc
tcp
@aracna/core - v1.5.0
Loading...