Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RegexLiteral

Hierarchy

  • RegexLiteral

Index

Constructors

Properties

Constructors

constructor

  • new RegexLiteral(value: RegExp, raw: string, pattern: string, flags: string): RegexLiteral

Properties

Readonly raw

raw: string

Readonly regex

regex: { flags: string; pattern: string }

Type declaration

  • flags: string
  • pattern: string

Readonly type

type: string

Readonly value

value: RegExp