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