KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ArrowFunctionExpression
Interface ArrowFunctionExpression
interface
ArrowFunctionExpression
{
async
?:
boolean
;
body
:
Expression
|
BlockStatement
;
expression
:
boolean
;
generator
?:
boolean
;
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
params
:
Pattern
[]
;
range
?:
[
number
,
number
]
;
trailingComments
?:
Comment
[]
;
type
:
"ArrowFunctionExpression"
;
}
Hierarchy (
View Summary
)
BaseExpression
BaseFunction
ArrowFunctionExpression
Index
Properties
async?
body
expression
generator?
leading
Comments?
loc?
params
range?
trailing
Comments?
type
Properties
Optional
async
async
?:
boolean
body
body
:
Expression
|
BlockStatement
expression
expression
:
boolean
Optional
generator
generator
?:
boolean
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
SourceLocation
|
null
params
params
:
Pattern
[]
Optional
range
range
?:
[
number
,
number
]
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"ArrowFunctionExpression"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
async
body
expression
generator
leading
Comments
loc
params
range
trailing
Comments
type
Github
KC's Workspace
Loading...