Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Range

Hierarchy

  • Range

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

end

The end of the location

start

start: Location

The start of the location

Methods

location

  • location(): Array<any>

toJSON

  • toJSON(): object
  • Returns object

    • end: object
      • column: number
      • line: number
    • start: object
      • column: number
      • line: number

Generated using TypeDoc