UNPKG

meriyah

Version:

A 100% compliant, self-hosted javascript parser with high focus on both performance and stability

4 lines (3 loc) 152 B
import { type Parser } from '../parser/parser'; import { Token } from '../token'; export declare function scanRegularExpression(parser: Parser): Token;