RegExpLiteralinterface RegExpLiteral extends Node, HasSpan {flags: string;pattern: string;type: "RegExpLiteral";}§Extends§Node[src]§HasSpan[src]§Properties§flags: string[src]§pattern: string[src]§type: "RegExpLiteral"[src]