UNPKG

js-ast-parser

Version:
4 lines (3 loc) 92 B
import { AstNode } from "../AstNode"; export declare class Statement extends AstNode { }