UNPKG
onelang
Version:
experimental (0.0.2)
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
OneLang transpiler framework core
onelang.io
onelang/OneLang
onelang
/
lib
/
Generator
/
ExprLang
/
ExprLangAstPrinter.d.ts
6 lines
(5 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
import { ExprLangAst
as
Ast }
from
"./ExprLangAst"
; export
declare
class
ExprLangAstPrinter
{
static
removeOuterParen
(
repr
:
string
):
string
;
static
print
(expr: Ast.Expression):
string
; }