Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
CommentLine
Interface CommentLine
interface
CommentLine
{
end
?:
number
;
ignore
?:
boolean
;
loc
?:
SourceLocation
;
start
?:
number
;
type
:
"CommentLine"
;
value
:
string
;
}
Hierarchy (
view full
)
BaseComment
CommentLine
Index
Properties
end?
ignore?
loc?
start?
type
value
Properties
Optional
end
end
?:
number
Optional
ignore
ignore
?:
boolean
Optional
loc
loc
?:
SourceLocation
Optional
start
start
?:
number
type
type
:
"CommentLine"
value
value
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
end
ignore
loc
start
type
value
Astro Node.js Fastify adapter - v0.0.12
Loading...