Documents for @litert/utils-ts-types
Preparing search index...
IFunction
Type Alias IFunction<TArgs, TReturn>
IFunction
:
(
...
args
:
TArgs
)
=>
TReturn
The type to express a function.
Type Parameters
TArgs
extends
any
[]
=
any
TReturn
=
unknown
Type declaration
(
...
args
:
TArgs
)
:
TReturn
Parameters
...
args
:
TArgs
Returns
TReturn
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documents for @litert/utils-ts-types
Loading...
The type to express a function.