Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 490 Bytes

File metadata and controls

41 lines (22 loc) · 490 Bytes

lexureToken

Interface: Token

Represents a token.

Hierarchy

  • Token

Index

Properties

Properties

readonly value

  • value: string

The value of the token.


readonly raw

  • raw: string

The raw value of the token e.g. with quotes.


readonly trailing

  • trailing: string

Trailing whitespace.