Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

declarations

declarations: Array<VariableDeclarator>

declare

declare: boolean | null

end

end: number | null

innerComments

innerComments: ReadonlyArray<Comment> | null

kind

kind: "var" | "let" | "const"

leadingComments

leadingComments: ReadonlyArray<Comment> | null

loc

loc: SourceLocation | null

start

start: number | null

trailingComments

trailingComments: ReadonlyArray<Comment> | null

type

type: "VariableDeclaration"

Generated using TypeDoc