interface BaseRShellInformation {
    name: "r-shell";
    rVersion(): Promise<string>;
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of BaseRShellInformation

Properties

Methods

Properties

name: "r-shell"

Methods