UNPKG

onelang

Version:

OneLang transpiler framework core

6 lines (5 loc) 195 B
import { ExprLangAst as Ast } from "./ExprLangAst"; export declare class ExprLangAstPrinter { static removeOuterParen(repr: string): string; static print(expr: Ast.Expression): string; }