Traqula
Preparing search index...
@traqula/core
IndirDef
Type Alias IndirDef<Context, NameType, ReturnType, ParamType>
type
IndirDef
<
Context
=
any
,
NameType
extends
string
=
string
,
ReturnType
=
unknown
,
ParamType
extends
any
[]
=
any
[]
,
>
=
{
fun
:
(
def
:
IndirDefArg
,
)
=>
(
c
:
Context
,
...
params
:
ParamType
)
=>
ReturnType
;
name
:
NameType
;
}
Type Parameters
Context
=
any
NameType
extends
string
=
string
ReturnType
=
unknown
ParamType
extends
any
[]
=
any
[]
Index
Properties
fun
name
Properties
fun
fun
:
(
def
:
IndirDefArg
)
=>
(
c
:
Context
,
...
params
:
ParamType
)
=>
ReturnType
name
name
:
NameType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fun
name
Traqula
Loading...