UNPKG

182 BTypeScriptView Raw
1export { parseExpression, parseStatement, parseProgram } from "./parse";
2export { Syn, Position, SourceLocation, Identifier, Type, Expression, Statement, Declaration } from "./ast";