KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
ArrowFunctionExpression
Interface ArrowFunctionExpression
interface
ArrowFunctionExpression
{
async
:
boolean
;
body
:
FunctionBody
|
Expression
;
end
:
number
;
expression
:
boolean
;
generator
:
false
;
id
:
null
;
params
:
ParamPattern
[]
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
returnType
?:
TSTypeAnnotation
|
null
;
start
:
number
;
type
:
"ArrowFunctionExpression"
;
typeParameters
?:
TSTypeParameterDeclaration
|
null
;
}
Hierarchy (
View Summary
)
Span
ArrowFunctionExpression
Index
Properties
async
body
end
expression
generator
id
params
parent?
range?
return
Type?
start
type
type
Parameters?
Properties
async
async
:
boolean
body
body
:
FunctionBody
|
Expression
end
end
:
number
expression
expression
:
boolean
generator
generator
:
false
id
id
:
null
params
params
:
ParamPattern
[]
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
Optional
return
Type
returnType
?:
TSTypeAnnotation
|
null
start
start
:
number
type
type
:
"ArrowFunctionExpression"
Optional
type
Parameters
typeParameters
?:
TSTypeParameterDeclaration
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
async
body
end
expression
generator
id
params
parent
range
return
Type
start
type
type
Parameters
Github
KC's Workspace
Loading...