Function
Type
constructor
args
is
Dot
Dot
Dot
is
Question
kind
ret
convert
to
Constructor
to
String
Hierarchy
FunctionType
Implements
Type
Index
Constructors
constructor
Properties
args
is
Dot
Dot
Dot
is
Question
kind
ret
Methods
convert
to
Constructor
to
String
Constructors
constructor
new
Function
Type
(
args
:
Type
[]
, ret
:
Type
, isDotDotDot
?:
boolean
, isQuestion
?:
boolean
)
:
FunctionType
Parameters
args:
Type
[]
ret:
Type
Default value
isDotDotDot:
boolean
= false
Default value
isQuestion:
boolean
= false
Returns
FunctionType
Properties
args
args
:
Type
[]
is
Dot
Dot
Dot
is
Dot
Dot
Dot
:
boolean
is
Question
is
Question
:
boolean
kind
kind
:
string
= "function"
ret
ret
:
Type
Methods
convert
convert
(
argument
:
any
)
:
void
Parameters
argument:
any
Returns
void
to
Constructor
to
Constructor
(
)
:
string
Returns
string
to
String
to
String
(
)
:
string
Returns
string