UNPKG

js-ast-parser

Version:
7 lines (6 loc) 177 B
import { Statement } from "./Statement"; export declare class DebuggerStatement extends Statement { type: string; code: any; constructor(currentToken: any); }