UNPKG
tfl-js
Version:
latest (0.5.0)
0.5.0
0.2.1
0.2.0
0.1.0
A TypeScript library for parsing and evaluating propositional logic formulas
tfl-js
/
dist
/
types
/
index.d.ts
7 lines
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
'./types/formula'
;
export
*
from
'./parser/lexer'
;
export
*
from
'./parser/parser'
;
export
*
from
'./parser/sequent'
;
export
*
from
'./evaluator'
;
export
*
from
'./errors'
;
//# sourceMappingURL=index.d.ts.map