Options
All
  • Public
  • Public/Protected
  • All
Menu

A representation of a token found in a template string. It contains the text value of the token and the start and end locations in the original string that should be replaced with the replacement value.

Hierarchy

  • Token

Index

Properties

Properties

end

end: number

start

start: number

value

value: string