Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceLocation

Hierarchy

  • SourceLocation

Index

Properties

Properties

end

end: { column: number; line: number }

Type declaration

  • column: number
  • line: number

start

start: { column: number; line: number }

Type declaration

  • column: number
  • line: number