Search
Preparing search index...
The search index is not available
@open-rpc/typings
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
FunctionConstructor
Interface FunctionConstructor
Hierarchy
FunctionConstructor
Callable
__call
(
...
args
:
string
[]
)
:
Function
Parameters
Rest
...
args:
string
[]
Returns
Function
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new
Function
Constructor
(
...
args
:
string
[]
)
:
Function
Creates a new function.
Parameters
Rest
...
args:
string
[]
A list of arguments the function accepts.
Returns
Function
Properties
prototype
prototype
:
Function
Globals
Function
Constructor
constructor
prototype
Creates a new function.