UNPKG

sucrase

Version:

Super-fast alternative to Babel for when you can target modern JS runtimes

4 lines (3 loc) 189 B
export declare const isKeyword: (str: string) => boolean; export declare function isIdentifierStart(code: number): boolean; export declare function isIdentifierChar(code: number): boolean;