Documentation
Preparing search index...
@discloudapp/util
bindFunctions
Variable bindFunctions
Const
bindFunctions
:
{
<
I
extends
Record
<
any
,
any
>
>
(
instance
:
I
)
:
void
;
<
I
extends
Record
<
any
,
any
>
,
B
extends
unknown
>
(
instance
:
I
,
bind
:
B
)
:
void
;
}
= ...
Type Declaration
<
I
extends
Record
<
any
,
any
>
>
(
instance
:
I
)
:
void
Type Parameters
I
extends
Record
<
any
,
any
>
Parameters
instance
:
I
Returns
void
<
I
extends
Record
<
any
,
any
>
,
B
extends
unknown
>
(
instance
:
I
,
bind
:
B
)
:
void
Type Parameters
I
extends
Record
<
any
,
any
>
B
extends
unknown
Parameters
instance
:
I
bind
:
B
Returns
void
Deprecated
bindFunctions is deprecated and will be removed in the future.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Deprecated
bindFunctions is deprecated and will be removed in the future.