UNPKG

js-ast-parser

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