Class PineTypify

Class for applying type annotations to PineScript variables in the active document.

Constructors

Properties

Methods

Constructors

Properties

typeMap: Map<string, string> = ...

Methods

  • Populates the type map with the types of the variables.

    Returns Promise<void>

  • Applies type annotations to the variables in the active document.

    Returns Promise<void>

Generated using TypeDoc