TsVariable Type
Represents a top-level or module-scoped var/let/const in TypeScript along with its resolved type.
Reflects: VariableDeclaration and its Type.
Example
export const answer: number = 42;
Represents a top-level or module-scoped var/let/const in TypeScript along with its resolved type.
Reflects: VariableDeclaration and its Type.
export const answer: number = 42;