UNPKG

js-ast-parser

Version:
9 lines (8 loc) 233 B
import { Statement } from "./Statement"; export declare class UnExpectStatement extends Statement { value?: any; msg?: string; type: string; code: any; constructor(value?: any, msg?: string, loc?: any); }