UNPKG

176 BTypeScriptView Raw
1/**
2 * Common parser code for TypeScript and Flow.
3 */
4export declare function typedParseConditional(noIn: boolean): void;
5export declare function typedParseParenItem(): void;