@designliquido/xpath
Preparing search index...
createFunctionItem
Function createFunctionItem
createFunctionItem
(
implementation
:
(
...
args
:
any
[]
)
=>
any
,
arity
:
number
,
name
?:
string
,
namespace
?:
string
,
type
?:
FunctionType
,
)
:
FunctionItem
Create a function item from an implementation.
Parameters
implementation
:
(
...
args
:
any
[]
)
=>
any
arity
:
number
Optional
name
:
string
Optional
namespace
:
string
Optional
type
:
FunctionType
Returns
FunctionItem
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@designliquido/xpath
Loading...
Create a function item from an implementation.