Preparing search index...
The search index is not available
ts-browser-helpers
ts-browser-helpers
FnCaller
Class FnCaller
calls fn.call(obj) or fn() appropriately
Index
Constructors
constructor
Methods
call
Function
Constructors
constructor
new
FnCaller
()
:
FnCaller
Returns
FnCaller
Methods
Static
call
Function
callFunction
(
fn
:
AnyFunction
,
obj
?:
Record
<
string
|
symbol
,
any
>
,
params
?:
any
[]
,
)
:
any
Parameters
fn
:
AnyFunction
Optional
obj
:
Record
<
string
|
symbol
,
any
>
params
:
any
[]
= []
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
call
Function
ts-browser-helpers
Loading...
calls fn.call(obj) or fn() appropriately