UNPKG

js-ast-parser

Version:
9 lines (8 loc) 218 B
import { Expression } from "./Expression"; export declare class RegExpressioin extends Expression { pattern: string; type: string; code: any; flag: string; constructor(currentToken: any); }