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