UNPKG

cherow

Version:

Fast and lightweight, standard-compliant javascript parser written in ECMAScript

5 lines (4 loc) 253 B
declare function isValidIdentifierPart(code: number): boolean; declare function isValidIdentifierStart(code: number): boolean; declare function mustEscape(code: number): boolean; export { isValidIdentifierPart, isValidIdentifierStart, mustEscape };