Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenWithIndexes

A single token obtained by splitting a string.

Hierarchy

  • TokenWithIndexes

Index

Properties

end

end: number

Where the token ends in the original string.

originalString

originalString: string

The original string this token was extracted from.

start

start: number

Where the token starts in the original string.

token

token: string

Token text content

Generated using TypeDoc