UNPKG

sucrase

Version:

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

11 lines (10 loc) 302 B
export declare class TokContext { constructor(token: string, isExpr?: boolean, preserveSpace?: boolean, override?: Function | null); token: string; isExpr: boolean; preserveSpace: boolean; override: Function | null; } export declare const types: { [key: string]: TokContext; };