UNPKG

sucrase

Version:

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

6 lines (5 loc) 176 B
/** * Common parser code for TypeScript and Flow. */ export declare function typedParseConditional(noIn: boolean): void; export declare function typedParseParenItem(): void;