UNPKG

meriyah

Version:

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

3 lines (2 loc) 121 B
export declare const isIDContinue: (code: number) => boolean; export declare const isIDStart: (code: number) => boolean;